#59B9C6

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

Shades of Viking #59B9C6

Tints of Viking #59B9C6

Color information

#59B9C6 (or 0x59B9C6) is unknown color: approx Viking. HEX triplet: 59, B9 and C6. RGB value is (89,185,198). Sum of RGB (Red+Green+Blue) = 89+185+198=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #59B9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B9C6 is #A64639. Grayscale: #9D9D9D. Windows color (decimal): -10896954 or 13023577. OLE color: 13023577.

HSL color Cylindrical-coordinate representation of color #59B9C6: hue angle of 187.16º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59B9C6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB89185198-
CMYK0.550.0700.22
HSL187.16º48.88%56.27%-
HSV(B)187.16º55.05%77.65%-
XYZ31.6640.959.65-
YUV157.78150.778.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.86%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=18.86%
G=39.19%
B=41.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891851980.550.0700.22187.1648.8856.27
Hex59B9C6377016bb3138
Octal1312713066770262736170
Binary1011001101110011100011011011111101011010111011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59B9C6; }

 p { color: rgb(89,185,198); }

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

<style>
 a { background-color: #59B9C6; }

 a { background-color: rgb(89,185,198); }

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

<style>
 span { border-color: #59B9C6; }

 span { border-color: rgb(89,185,198); }

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