Shades of Viking #59B8CB
Tints of Viking #59B8CB
RGB
CMYK
RGB Variations
Color information
#59B8CB (or 0x59B8CB) is known color: Viking. HEX triplet: 59, B8 and CB. RGB value is (89,184,203). Sum of RGB (Red+Green+Blue) = 89+184+203=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #59B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8CB is #A64734. Grayscale: #9D9D9D. Windows color (decimal): -10897205 or 13351001. OLE color: 13351001.
HSL color Cylindrical-coordinate representation of color #59B8CB: hue angle of 190º 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 #59B8CB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 184 | 203 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.20 |
| HSL | 190º | 0.52% | 0.57% | - |
| HSV(B) | 190º | 0.56% | 0.8% | - |
| XYZ | 32.04 | 40.72 | 62.67 | - |
| YUV | 157.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 184 | 203 | 0.56 | 0.09 | 0 | 0.20 | 190 | 0.52 | 0.57 |
| Hex | 59 | B8 | CB | 38 | 9 | 0 | 14 | BE | 34 | 39 |
| Octal | 131 | 270 | 313 | 70 | 11 | 0 | 24 | 276 | 64 | 71 |
| Binary | 1011001 | 10111000 | 11001011 | 111000 | 1001 | 0 | 10100 | 10111110 | 110100 | 111001 |
Color Harmonies of #59B8CB
Complementary color
Monochromatic Colors of #59B8CB
Black with #59B8CB
Text Example
Text Example
White with #59B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B8CB; }
p { color: rgb(89,184,203); }
H1.HeaderClassName
{
color: #59B8CB;
}
.AnyTagClassName
{
color: #59B8CB;
}
</style>
background-color css
<style>
a { background-color: #59B8CB; }
a { background-color: rgb(89,184,203); }
div.DivClassName
{
background-color: #59B8CB;
}
.BgClassName
{
background-color: #59B8CB;
}
</style>
border-color css
<style>
span { border-color: #59B8CB; }
span { border-color: rgb(89,184,203); }
td.TdClassName
{
border-color: #59B8CB;
}
.TagClassName
{
border-color: #59B8CB;
}
</style>