#52BFC6

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

Shades of Viking #52BFC6

Tints of Viking #52BFC6

Color information

#52BFC6 (or 0x52BFC6) is unknown color: approx Viking. HEX triplet: 52, BF and C6. RGB value is (82,191,198). Sum of RGB (Red+Green+Blue) = 82+191+198=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #52BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFC6 is #AD4039. Grayscale: #9F9F9F. Windows color (decimal): -11354170 or 13025106. OLE color: 13025106.

HSL color Cylindrical-coordinate representation of color #52BFC6: hue angle of 183.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52BFC6 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82191198-
CMYK0.590.0400.22
HSL183.62º50.43%54.9%-
HSV(B)183.62º58.59%77.65%-
XYZ32.343.1360.05-
YUV159.21149.8972.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.41%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=17.41%
G=40.55%
B=42.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821911980.590.0400.22183.6250.4354.9
Hex52BFC63B4016b83237
Octal1222773067340262706267
Binary1010010101111111100011011101110001011010111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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