#52BAC6

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

Shades of Viking #52BAC6

Tints of Viking #52BAC6

Color information

#52BAC6 (or 0x52BAC6) is unknown color: approx Viking. HEX triplet: 52, BA and C6. RGB value is (82,186,198). Sum of RGB (Red+Green+Blue) = 82+186+198=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #52BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BAC6 is #AD4539. Grayscale: #9C9C9C. Windows color (decimal): -11355450 or 13023826. OLE color: 13023826.

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

Color convert

RGB82186198-
CMYK0.590.0600.22
HSL186.21º50.43%54.9%-
HSV(B)186.21º58.59%77.65%-
XYZ31.2340.9959.69-
YUV156.27151.5475.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.60%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=17.60%
G=39.91%
B=42.49%

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
Decimal821861980.590.0600.22186.2150.4354.9
Hex52BAC63B6016ba3237
Octal1222723067360262726267
Binary1010010101110101100011011101111001011010111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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