Shades of Hoki #5A8189
Tints of Hoki #5A8189
RGB
CMYK
RGB Variations
Color information
#5A8189 (or 0x5A8189) is known color: Hoki. HEX triplet: 5A, 81 and 89. RGB value is (90,129,137). Sum of RGB (Red+Green+Blue) = 90+129+137=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8189 is #A57E76. Grayscale: #767676. Windows color (decimal): -10845815 or 9011546. OLE color: 9011546.
HSL color Cylindrical-coordinate representation of color #5A8189: hue angle of 190.21º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8189 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 129 | 137 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.46 |
| HSL | 190.21º | 0.21% | 0.45% | - |
| HSV(B) | 190.21º | 0.34% | 0.54% | - |
| XYZ | 16.58 | 19.68 | 26.59 | - |
| YUV | 118.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 137 | 0.34 | 0.06 | 0 | 0.46 | 190.21 | 0.21 | 0.45 |
| Hex | 5A | 81 | 89 | 22 | 6 | 0 | 2E | BE | 15 | 2D |
| Octal | 132 | 201 | 211 | 42 | 6 | 0 | 56 | 276 | 25 | 55 |
| Binary | 1011010 | 10000001 | 10001001 | 100010 | 110 | 0 | 101110 | 10111110 | 10101 | 101101 |
Color Harmonies of #5A8189
Complementary color
Monochromatic Colors of #5A8189
Black with #5A8189
Text Example
Text Example
White with #5A8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8189; }
p { color: rgb(90,129,137); }
H1.HeaderClassName
{
color: #5A8189;
}
.AnyTagClassName
{
color: #5A8189;
}
</style>
background-color css
<style>
a { background-color: #5A8189; }
a { background-color: rgb(90,129,137); }
div.DivClassName
{
background-color: #5A8189;
}
.BgClassName
{
background-color: #5A8189;
}
</style>
border-color css
<style>
span { border-color: #5A8189; }
span { border-color: rgb(90,129,137); }
td.TdClassName
{
border-color: #5A8189;
}
.TagClassName
{
border-color: #5A8189;
}
</style>