#52BFD9

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

Shades of Viking #52BFD9

Tints of Viking #52BFD9

Color information

#52BFD9 (or 0x52BFD9) is unknown color: approx Viking. HEX triplet: 52, BF and D9. RGB value is (82,191,217). Sum of RGB (Red+Green+Blue) = 82+191+217=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #52BFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFD9 is #AD4026. Grayscale: #A1A1A1. Windows color (decimal): -11354151 or 14270290. OLE color: 14270290.

HSL color Cylindrical-coordinate representation of color #52BFD9: hue angle of 191.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52BFD9 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82191217-
CMYK0.620.1200.15
HSL191.56º63.98%58.63%-
HSV(B)191.56º62.21%85.1%-
XYZ34.6344.0772.33-
YUV161.37159.3971.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.73%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=16.73%
G=38.98%
B=44.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821912170.620.1200.15191.5663.9858.63
Hex52BFD93EC0Fc0403b
Octal122277331761401730010073
Binary10100101011111111011001111110110001111110000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,217); }

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

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

 a { background-color: rgb(82,191,217); }

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

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

 span { border-color: rgb(82,191,217); }

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