#52B5C6

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

Shades of Viking #52B5C6

Tints of Viking #52B5C6

Color information

#52B5C6 (or 0x52B5C6) is unknown color: approx Viking. HEX triplet: 52, B5 and C6. RGB value is (82,181,198). Sum of RGB (Red+Green+Blue) = 82+181+198=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #52B5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B5C6 is #AD4A39. Grayscale: #999999. Windows color (decimal): -11356730 or 13022546. OLE color: 13022546.

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

Color convert

RGB82181198-
CMYK0.590.0900.22
HSL188.79º50.43%54.9%-
HSV(B)188.79º58.59%77.65%-
XYZ30.238.9259.35-
YUV153.34153.277.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=17.79%
G=39.26%
B=42.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821811980.590.0900.22188.7950.4354.9
Hex52B5C63B9016bd3237
Octal12226530673110262756267
Binary10100101011010111000110111011100101011010111101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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