Shades of Viking #59BBC9
Tints of Viking #59BBC9
RGB
CMYK
RGB Variations
Color information
#59BBC9 (or 0x59BBC9) is known color: Viking. HEX triplet: 59, BB and C9. RGB value is (89,187,201). Sum of RGB (Red+Green+Blue) = 89+187+201=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #59BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBC9 is #A64436. Grayscale: #9F9F9F. Windows color (decimal): -10896439 or 13220697. OLE color: 13220697.
HSL color Cylindrical-coordinate representation of color #59BBC9: hue angle of 187.5º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BBC9 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 187 | 201 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.21 |
| HSL | 187.5º | 0.51% | 0.57% | - |
| HSV(B) | 187.5º | 0.56% | 0.79% | - |
| XYZ | 32.43 | 41.88 | 61.63 | - |
| YUV | 159.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 201 | 0.56 | 0.07 | 0 | 0.21 | 187.5 | 0.51 | 0.57 |
| Hex | 59 | BB | C9 | 38 | 7 | 0 | 15 | BC | 33 | 39 |
| Octal | 131 | 273 | 311 | 70 | 7 | 0 | 25 | 274 | 63 | 71 |
| Binary | 1011001 | 10111011 | 11001001 | 111000 | 111 | 0 | 10101 | 10111100 | 110011 | 111001 |
Color Harmonies of #59BBC9
Complementary color
Monochromatic Colors of #59BBC9
Black with #59BBC9
Text Example
Text Example
White with #59BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBC9; }
p { color: rgb(89,187,201); }
H1.HeaderClassName
{
color: #59BBC9;
}
.AnyTagClassName
{
color: #59BBC9;
}
</style>
background-color css
<style>
a { background-color: #59BBC9; }
a { background-color: rgb(89,187,201); }
div.DivClassName
{
background-color: #59BBC9;
}
.BgClassName
{
background-color: #59BBC9;
}
</style>
border-color css
<style>
span { border-color: #59BBC9; }
span { border-color: rgb(89,187,201); }
td.TdClassName
{
border-color: #59BBC9;
}
.TagClassName
{
border-color: #59BBC9;
}
</style>