#52BAD2

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

Shades of Viking #52BAD2

Tints of Viking #52BAD2

Color information

#52BAD2 (or 0x52BAD2) is unknown color: approx Viking. HEX triplet: 52, BA and D2. RGB value is (82,186,210). Sum of RGB (Red+Green+Blue) = 82+186+210=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #52BAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BAD2 is #AD452D. Grayscale: #9D9D9D. Windows color (decimal): -11355438 or 13810258. OLE color: 13810258.

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

Color convert

RGB82186210-
CMYK0.610.1100.18
HSL191.25º58.72%57.25%-
HSV(B)191.25º60.95%82.35%-
XYZ32.6741.5667.27-
YUV157.64157.5474.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.15%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 210 (82.42% from 255) = 43.93%
R=17.15%
G=38.91%
B=43.93%

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
Decimal821862100.610.1100.18191.2558.7257.25
Hex52BAD23DB012bf3b39
Octal12227232275130222777371
Binary10100101011101011010010111101101101001010111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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