Shades of Viking #59A8BD
Tints of Viking #59A8BD
RGB
CMYK
RGB Variations
Color information
#59A8BD (or 0x59A8BD) is known color: Viking. HEX triplet: 59, A8 and BD. RGB value is (89,168,189). Sum of RGB (Red+Green+Blue) = 89+168+189=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #59A8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8BD is #A65742. Grayscale: #929292. Windows color (decimal): -10901315 or 12429401. OLE color: 12429401.
HSL color Cylindrical-coordinate representation of color #59A8BD: hue angle of 192.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59A8BD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 168 | 189 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.26 |
| HSL | 192.6º | 0.43% | 0.55% | - |
| HSV(B) | 192.6º | 0.53% | 0.74% | - |
| XYZ | 27.31 | 33.8 | 53.23 | - |
| YUV | 146.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 189 | 0.53 | 0.11 | 0 | 0.26 | 192.6 | 0.43 | 0.55 |
| Hex | 59 | A8 | BD | 35 | B | 0 | 1A | C1 | 2B | 37 |
| Octal | 131 | 250 | 275 | 65 | 13 | 0 | 32 | 301 | 53 | 67 |
| Binary | 1011001 | 10101000 | 10111101 | 110101 | 1011 | 0 | 11010 | 11000001 | 101011 | 110111 |
Color Harmonies of #59A8BD
Complementary color
Monochromatic Colors of #59A8BD
Black with #59A8BD
Text Example
Text Example
White with #59A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A8BD; }
p { color: rgb(89,168,189); }
H1.HeaderClassName
{
color: #59A8BD;
}
.AnyTagClassName
{
color: #59A8BD;
}
</style>
background-color css
<style>
a { background-color: #59A8BD; }
a { background-color: rgb(89,168,189); }
div.DivClassName
{
background-color: #59A8BD;
}
.BgClassName
{
background-color: #59A8BD;
}
</style>
border-color css
<style>
span { border-color: #59A8BD; }
span { border-color: rgb(89,168,189); }
td.TdClassName
{
border-color: #59A8BD;
}
.TagClassName
{
border-color: #59A8BD;
}
</style>