Shades of Viking #59B2C0
Tints of Viking #59B2C0
RGB
CMYK
RGB Variations
Color information
#59B2C0 (or 0x59B2C0) is known color: Viking. HEX triplet: 59, B2 and C0. RGB value is (89,178,192). Sum of RGB (Red+Green+Blue) = 89+178+192=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #59B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2C0 is #A64D3F. Grayscale: #989898. Windows color (decimal): -10898752 or 12628569. OLE color: 12628569.
HSL color Cylindrical-coordinate representation of color #59B2C0: hue angle of 188.16º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59B2C0 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 178 | 192 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.25 |
| HSL | 188.16º | 0.45% | 0.55% | - |
| HSV(B) | 188.16º | 0.54% | 0.75% | - |
| XYZ | 29.55 | 37.77 | 55.6 | - |
| YUV | 152.99 | 150.01 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 178 | 192 | 0.54 | 0.07 | 0 | 0.25 | 188.16 | 0.45 | 0.55 |
| Hex | 59 | B2 | C0 | 36 | 7 | 0 | 19 | BC | 2D | 37 |
| Octal | 131 | 262 | 300 | 66 | 7 | 0 | 31 | 274 | 55 | 67 |
| Binary | 1011001 | 10110010 | 11000000 | 110110 | 111 | 0 | 11001 | 10111100 | 101101 | 110111 |
Color Harmonies of #59B2C0
Complementary color
Monochromatic Colors of #59B2C0
Black with #59B2C0
Text Example
Text Example
White with #59B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B2C0; }
p { color: rgb(89,178,192); }
H1.HeaderClassName
{
color: #59B2C0;
}
.AnyTagClassName
{
color: #59B2C0;
}
</style>
background-color css
<style>
a { background-color: #59B2C0; }
a { background-color: rgb(89,178,192); }
div.DivClassName
{
background-color: #59B2C0;
}
.BgClassName
{
background-color: #59B2C0;
}
</style>
border-color css
<style>
span { border-color: #59B2C0; }
span { border-color: rgb(89,178,192); }
td.TdClassName
{
border-color: #59B2C0;
}
.TagClassName
{
border-color: #59B2C0;
}
</style>