Shades of Viking #59B9CB
Tints of Viking #59B9CB
RGB
CMYK
RGB Variations
Color information
#59B9CB (or 0x59B9CB) is known color: Viking. HEX triplet: 59, B9 and CB. RGB value is (89,185,203). Sum of RGB (Red+Green+Blue) = 89+185+203=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #59B9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B9CB is #A64634. Grayscale: #9E9E9E. Windows color (decimal): -10896949 or 13351257. OLE color: 13351257.
HSL color Cylindrical-coordinate representation of color #59B9CB: hue angle of 189.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59B9CB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 185 | 203 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.20 |
| HSL | 189.47º | 0.52% | 0.57% | - |
| HSV(B) | 189.47º | 0.56% | 0.8% | - |
| XYZ | 32.25 | 41.13 | 62.74 | - |
| YUV | 158.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 185 | 203 | 0.56 | 0.09 | 0 | 0.20 | 189.47 | 0.52 | 0.57 |
| Hex | 59 | B9 | CB | 38 | 9 | 0 | 14 | BD | 34 | 39 |
| Octal | 131 | 271 | 313 | 70 | 11 | 0 | 24 | 275 | 64 | 71 |
| Binary | 1011001 | 10111001 | 11001011 | 111000 | 1001 | 0 | 10100 | 10111101 | 110100 | 111001 |
Color Harmonies of #59B9CB
Complementary color
Monochromatic Colors of #59B9CB
Black with #59B9CB
Text Example
Text Example
White with #59B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B9CB; }
p { color: rgb(89,185,203); }
H1.HeaderClassName
{
color: #59B9CB;
}
.AnyTagClassName
{
color: #59B9CB;
}
</style>
background-color css
<style>
a { background-color: #59B9CB; }
a { background-color: rgb(89,185,203); }
div.DivClassName
{
background-color: #59B9CB;
}
.BgClassName
{
background-color: #59B9CB;
}
</style>
border-color css
<style>
span { border-color: #59B9CB; }
span { border-color: rgb(89,185,203); }
td.TdClassName
{
border-color: #59B9CB;
}
.TagClassName
{
border-color: #59B9CB;
}
</style>