#52BDD2

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

Shades of Viking #52BDD2

Tints of Viking #52BDD2

Color information

#52BDD2 (or 0x52BDD2) is unknown color: approx Viking. HEX triplet: 52, BD and D2. RGB value is (82,189,210). Sum of RGB (Red+Green+Blue) = 82+189+210=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #52BDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDD2 is #AD422D. Grayscale: #9F9F9F. Windows color (decimal): -11354670 or 13811026. OLE color: 13811026.

HSL color Cylindrical-coordinate representation of color #52BDD2: hue angle of 189.84º degrees, saturation: 0.59, 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 #52BDD2 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82189210-
CMYK0.610.1000.18
HSL189.84º58.72%57.25%-
HSV(B)189.84º60.95%82.35%-
XYZ33.3142.8467.49-
YUV159.4156.5572.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.05%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=17.05%
G=39.29%
B=43.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821892100.610.1000.18189.8458.7257.25
Hex52BDD23DA012be3b39
Octal12227532275120222767371
Binary10100101011110111010010111101101001001010111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,210); }

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

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

 a { background-color: rgb(82,189,210); }

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

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

 span { border-color: rgb(82,189,210); }

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