Shades of Viking #59ACC0
Tints of Viking #59ACC0
RGB
CMYK
RGB Variations
Color information
#59ACC0 (or 0x59ACC0) is known color: Viking. HEX triplet: 59, AC and C0. RGB value is (89,172,192). Sum of RGB (Red+Green+Blue) = 89+172+192=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #59ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACC0 is #A6533F. Grayscale: #959595. Windows color (decimal): -10900288 or 12627033. OLE color: 12627033.
HSL color Cylindrical-coordinate representation of color #59ACC0: hue angle of 191.65º 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 #59ACC0 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 172 | 192 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.25 |
| HSL | 191.65º | 0.45% | 0.55% | - |
| HSV(B) | 191.65º | 0.54% | 0.75% | - |
| XYZ | 28.39 | 35.43 | 55.21 | - |
| YUV | 149.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 192 | 0.54 | 0.10 | 0 | 0.25 | 191.65 | 0.45 | 0.55 |
| Hex | 59 | AC | C0 | 36 | A | 0 | 19 | C0 | 2D | 37 |
| Octal | 131 | 254 | 300 | 66 | 12 | 0 | 31 | 300 | 55 | 67 |
| Binary | 1011001 | 10101100 | 11000000 | 110110 | 1010 | 0 | 11001 | 11000000 | 101101 | 110111 |
Color Harmonies of #59ACC0
Complementary color
Monochromatic Colors of #59ACC0
Black with #59ACC0
Text Example
Text Example
White with #59ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ACC0; }
p { color: rgb(89,172,192); }
H1.HeaderClassName
{
color: #59ACC0;
}
.AnyTagClassName
{
color: #59ACC0;
}
</style>
background-color css
<style>
a { background-color: #59ACC0; }
a { background-color: rgb(89,172,192); }
div.DivClassName
{
background-color: #59ACC0;
}
.BgClassName
{
background-color: #59ACC0;
}
</style>
border-color css
<style>
span { border-color: #59ACC0; }
span { border-color: rgb(89,172,192); }
td.TdClassName
{
border-color: #59ACC0;
}
.TagClassName
{
border-color: #59ACC0;
}
</style>