#52BBBC

Color #52BBBC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #52BBBC

Tints of Viking #52BBBC

Color information

#52BBBC (or 0x52BBBC) is unknown color: approx Viking. HEX triplet: 52, BB and BC. RGB value is (82,187,188). Sum of RGB (Red+Green+Blue) = 82+187+188=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #52BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBBC is #AD4443. Grayscale: #9B9B9B. Windows color (decimal): -11355204 or 12368722. OLE color: 12368722.

HSL color Cylindrical-coordinate representation of color #52BBBC: hue angle of 180.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BBBC is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82187188-
CMYK0.560.0100.26
HSL180.57º44.17%52.94%-
HSV(B)180.57º56.38%73.73%-
XYZ30.3340.9753.89-
YUV155.72146.2175.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=17.94%
G=40.92%
B=41.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821871880.560.0100.26180.5744.1752.94
Hex52BBBC38101Ab52c35
Octal1222732747010322655465
Binary10100101011101110111100111000101101010110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BBBC; }

 p { color: rgb(82,187,188); }

 H1.HeaderClassName
 {
   color: #52BBBC;
 }
 .AnyTagClassName
 {
   color: #52BBBC;
 }
</style>
background-color css

<style>
 a { background-color: #52BBBC; }

 a { background-color: rgb(82,187,188); }

 div.DivClassName
 {
   background-color: #52BBBC;
 }
 .BgClassName
 {
   background-color: #52BBBC;
 }
</style>
border-color css

<style>
 span { border-color: #52BBBC; }

 span { border-color: rgb(82,187,188); }

 td.TdClassName
 {
   border-color: #52BBBC;
 }
 .TagClassName
 {
   border-color: #52BBBC;
 }
</style>