Shades of Viking #59B7CE
Tints of Viking #59B7CE
RGB
CMYK
RGB Variations
Color information
#59B7CE (or 0x59B7CE) is known color: Viking. HEX triplet: 59, B7 and CE. RGB value is (89,183,206). Sum of RGB (Red+Green+Blue) = 89+183+206=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #59B7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7CE is #A64831. Grayscale: #9D9D9D. Windows color (decimal): -10897458 or 13547353. OLE color: 13547353.
HSL color Cylindrical-coordinate representation of color #59B7CE: hue angle of 191.79º 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 #59B7CE is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 183 | 206 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.19 |
| HSL | 191.79º | 0.54% | 0.58% | - |
| HSV(B) | 191.79º | 0.57% | 0.81% | - |
| XYZ | 32.19 | 40.45 | 64.5 | - |
| YUV | 157.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 206 | 0.57 | 0.11 | 0 | 0.19 | 191.79 | 0.54 | 0.58 |
| Hex | 59 | B7 | CE | 39 | B | 0 | 13 | C0 | 36 | 3A |
| Octal | 131 | 267 | 316 | 71 | 13 | 0 | 23 | 300 | 66 | 72 |
| Binary | 1011001 | 10110111 | 11001110 | 111001 | 1011 | 0 | 10011 | 11000000 | 110110 | 111010 |
Color Harmonies of #59B7CE
Complementary color
Monochromatic Colors of #59B7CE
Black with #59B7CE
Text Example
Text Example
White with #59B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B7CE; }
p { color: rgb(89,183,206); }
H1.HeaderClassName
{
color: #59B7CE;
}
.AnyTagClassName
{
color: #59B7CE;
}
</style>
background-color css
<style>
a { background-color: #59B7CE; }
a { background-color: rgb(89,183,206); }
div.DivClassName
{
background-color: #59B7CE;
}
.BgClassName
{
background-color: #59B7CE;
}
</style>
border-color css
<style>
span { border-color: #59B7CE; }
span { border-color: rgb(89,183,206); }
td.TdClassName
{
border-color: #59B7CE;
}
.TagClassName
{
border-color: #59B7CE;
}
</style>