#52BFCA

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

Shades of Viking #52BFCA

Tints of Viking #52BFCA

Color information

#52BFCA (or 0x52BFCA) is unknown color: approx Viking. HEX triplet: 52, BF and CA. RGB value is (82,191,202). Sum of RGB (Red+Green+Blue) = 82+191+202=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #52BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFCA is #AD4035. Grayscale: #9F9F9F. Windows color (decimal): -11354166 or 13287250. OLE color: 13287250.

HSL color Cylindrical-coordinate representation of color #52BFCA: hue angle of 185.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52BFCA is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82191202-
CMYK0.590.0500.21
HSL185.5º53.1%55.69%-
HSV(B)185.5º59.41%79.22%-
XYZ32.7743.3262.51-
YUV159.66151.8972.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=17.26%
G=40.21%
B=42.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821912020.590.0500.21185.553.155.69
Hex52BFCA3B5015ba3538
Octal1222773127350252726570
Binary1010010101111111100101011101110101010110111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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