#52b2c6

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

Shades of Viking #52B2C6

Tints of Viking #52B2C6

Color information

#52B2C6 (or 0x52B2C6) is unknown color: approx Viking. HEX triplet: 52, B2 and C6. RGB value is (82,178,198). Sum of RGB (Red+Green+Blue) = 82+178+198=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #52B2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2C6 is #AD4D39. Grayscale: #979797. Windows color (decimal): -11357498 or 13021778. OLE color: 13021778.

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

Color convert

RGB82178198-
CMYK0.590.1000.22
HSL190.34º50.43%54.9%-
HSV(B)190.34º58.59%77.65%-
XYZ29.5937.7159.15-
YUV151.58154.278.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.90%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=17.90%
G=38.86%
B=43.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821781980.590.1000.22190.3450.4354.9
Hex52B2C63BA016be3237
Octal12226230673120262766267
Binary10100101011001011000110111011101001011010111110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52b2c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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