Shades of Viking #59B1C0
Tints of Viking #59B1C0
RGB
CMYK
RGB Variations
Color information
#59B1C0 (or 0x59B1C0) is known color: Viking. HEX triplet: 59, B1 and C0. RGB value is (89,177,192). Sum of RGB (Red+Green+Blue) = 89+177+192=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #59B1C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1C0 is #A64E3F. Grayscale: #989898. Windows color (decimal): -10899008 or 12628313. OLE color: 12628313.
HSL color Cylindrical-coordinate representation of color #59B1C0: hue angle of 188.74º 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 #59B1C0 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 177 | 192 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.25 |
| HSL | 188.74º | 0.45% | 0.55% | - |
| HSV(B) | 188.74º | 0.54% | 0.75% | - |
| XYZ | 29.36 | 37.37 | 55.54 | - |
| YUV | 152.4 | 150.35 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 192 | 0.54 | 0.08 | 0 | 0.25 | 188.74 | 0.45 | 0.55 |
| Hex | 59 | B1 | C0 | 36 | 8 | 0 | 19 | BD | 2D | 37 |
| Octal | 131 | 261 | 300 | 66 | 10 | 0 | 31 | 275 | 55 | 67 |
| Binary | 1011001 | 10110001 | 11000000 | 110110 | 1000 | 0 | 11001 | 10111101 | 101101 | 110111 |
Color Harmonies of #59B1C0
Complementary color
Monochromatic Colors of #59B1C0
Black with #59B1C0
Text Example
Text Example
White with #59B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B1C0; }
p { color: rgb(89,177,192); }
H1.HeaderClassName
{
color: #59B1C0;
}
.AnyTagClassName
{
color: #59B1C0;
}
</style>
background-color css
<style>
a { background-color: #59B1C0; }
a { background-color: rgb(89,177,192); }
div.DivClassName
{
background-color: #59B1C0;
}
.BgClassName
{
background-color: #59B1C0;
}
</style>
border-color css
<style>
span { border-color: #59B1C0; }
span { border-color: rgb(89,177,192); }
td.TdClassName
{
border-color: #59B1C0;
}
.TagClassName
{
border-color: #59B1C0;
}
</style>