Shades of Viking #59B5CE
Tints of Viking #59B5CE
RGB
CMYK
RGB Variations
Color information
#59B5CE (or 0x59B5CE) is known color: Viking. HEX triplet: 59, B5 and CE. RGB value is (89,181,206). Sum of RGB (Red+Green+Blue) = 89+181+206=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #59B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5CE is #A64A31. Grayscale: #9C9C9C. Windows color (decimal): -10897970 or 13546841. OLE color: 13546841.
HSL color Cylindrical-coordinate representation of color #59B5CE: hue angle of 192.82º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59B5CE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 181 | 206 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.19 |
| HSL | 192.82º | 0.54% | 0.58% | - |
| HSV(B) | 192.82º | 0.57% | 0.81% | - |
| XYZ | 31.78 | 39.63 | 64.37 | - |
| YUV | 156.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 206 | 0.57 | 0.12 | 0 | 0.19 | 192.82 | 0.54 | 0.58 |
| Hex | 59 | B5 | CE | 39 | C | 0 | 13 | C1 | 36 | 3A |
| Octal | 131 | 265 | 316 | 71 | 14 | 0 | 23 | 301 | 66 | 72 |
| Binary | 1011001 | 10110101 | 11001110 | 111001 | 1100 | 0 | 10011 | 11000001 | 110110 | 111010 |
Color Harmonies of #59B5CE
Complementary color
Monochromatic Colors of #59B5CE
Black with #59B5CE
Text Example
Text Example
White with #59B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B5CE; }
p { color: rgb(89,181,206); }
H1.HeaderClassName
{
color: #59B5CE;
}
.AnyTagClassName
{
color: #59B5CE;
}
</style>
background-color css
<style>
a { background-color: #59B5CE; }
a { background-color: rgb(89,181,206); }
div.DivClassName
{
background-color: #59B5CE;
}
.BgClassName
{
background-color: #59B5CE;
}
</style>
border-color css
<style>
span { border-color: #59B5CE; }
span { border-color: rgb(89,181,206); }
td.TdClassName
{
border-color: #59B5CE;
}
.TagClassName
{
border-color: #59B5CE;
}
</style>