#52BBC6

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

Shades of Viking #52BBC6

Tints of Viking #52BBC6

Color information

#52BBC6 (or 0x52BBC6) is unknown color: approx Viking. HEX triplet: 52, BB and C6. RGB value is (82,187,198). Sum of RGB (Red+Green+Blue) = 82+187+198=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #52BBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBC6 is #AD4439. Grayscale: #9C9C9C. Windows color (decimal): -11355194 or 13024082. OLE color: 13024082.

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

Color convert

RGB82187198-
CMYK0.590.0600.22
HSL185.69º50.43%54.9%-
HSV(B)185.69º58.59%77.65%-
XYZ31.4441.4159.76-
YUV156.86151.2174.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=17.56%
G=40.04%
B=42.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821871980.590.0600.22185.6950.4354.9
Hex52BBC63B6016ba3237
Octal1222733067360262726267
Binary1010010101110111100011011101111001011010111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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