Shades of Viking #59ABBC
Tints of Viking #59ABBC
RGB
CMYK
RGB Variations
Color information
#59ABBC (or 0x59ABBC) is known color: Viking. HEX triplet: 59, AB and BC. RGB value is (89,171,188). Sum of RGB (Red+Green+Blue) = 89+171+188=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #59ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABBC is #A65443. Grayscale: #949494. Windows color (decimal): -10900548 or 12364633. OLE color: 12364633.
HSL color Cylindrical-coordinate representation of color #59ABBC: hue angle of 190.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59ABBC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 171 | 188 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.26 |
| HSL | 190.3º | 0.42% | 0.54% | - |
| HSV(B) | 190.3º | 0.53% | 0.74% | - |
| XYZ | 27.76 | 34.88 | 52.85 | - |
| YUV | 148.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 188 | 0.53 | 0.09 | 0 | 0.26 | 190.3 | 0.42 | 0.54 |
| Hex | 59 | AB | BC | 35 | 9 | 0 | 1A | BE | 2A | 36 |
| Octal | 131 | 253 | 274 | 65 | 11 | 0 | 32 | 276 | 52 | 66 |
| Binary | 1011001 | 10101011 | 10111100 | 110101 | 1001 | 0 | 11010 | 10111110 | 101010 | 110110 |
Color Harmonies of #59ABBC
Complementary color
Monochromatic Colors of #59ABBC
Black with #59ABBC
Text Example
Text Example
White with #59ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ABBC; }
p { color: rgb(89,171,188); }
H1.HeaderClassName
{
color: #59ABBC;
}
.AnyTagClassName
{
color: #59ABBC;
}
</style>
background-color css
<style>
a { background-color: #59ABBC; }
a { background-color: rgb(89,171,188); }
div.DivClassName
{
background-color: #59ABBC;
}
.BgClassName
{
background-color: #59ABBC;
}
</style>
border-color css
<style>
span { border-color: #59ABBC; }
span { border-color: rgb(89,171,188); }
td.TdClassName
{
border-color: #59ABBC;
}
.TagClassName
{
border-color: #59ABBC;
}
</style>