#52BBD1

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

Shades of Viking #52BBD1

Tints of Viking #52BBD1

Color information

#52BBD1 (or 0x52BBD1) is unknown color: approx Viking. HEX triplet: 52, BB and D1. RGB value is (82,187,209). Sum of RGB (Red+Green+Blue) = 82+187+209=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #52BBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBD1 is #AD442E. Grayscale: #9D9D9D. Windows color (decimal): -11355183 or 13744978. OLE color: 13744978.

HSL color Cylindrical-coordinate representation of color #52BBD1: hue angle of 190.39º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52BBD1 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82187209-
CMYK0.610.1100.18
HSL190.39º57.99%57.06%-
HSV(B)190.39º60.77%81.96%-
XYZ32.7641.9466.69-
YUV158.11156.7173.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.15%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=17.15%
G=39.12%
B=43.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821872090.610.1100.18190.3957.9957.06
Hex52BBD13DB012be3a39
Octal12227332175130222767271
Binary10100101011101111010001111101101101001010111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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