Shades of Hoki #5A818B
Tints of Hoki #5A818B
RGB
CMYK
RGB Variations
Color information
#5A818B (or 0x5A818B) is known color: Hoki. HEX triplet: 5A, 81 and 8B. RGB value is (90,129,139). Sum of RGB (Red+Green+Blue) = 90+129+139=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A818B is #A57E74. Grayscale: #767676. Windows color (decimal): -10845813 or 9142618. OLE color: 9142618.
HSL color Cylindrical-coordinate representation of color #5A818B: hue angle of 192.24º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A818B is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 129 | 139 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.45 |
| HSL | 192.24º | 0.21% | 0.45% | - |
| HSV(B) | 192.24º | 0.35% | 0.55% | - |
| XYZ | 16.73 | 19.74 | 27.35 | - |
| YUV | 118.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 139 | 0.35 | 0.07 | 0 | 0.45 | 192.24 | 0.21 | 0.45 |
| Hex | 5A | 81 | 8B | 23 | 7 | 0 | 2D | C0 | 15 | 2D |
| Octal | 132 | 201 | 213 | 43 | 7 | 0 | 55 | 300 | 25 | 55 |
| Binary | 1011010 | 10000001 | 10001011 | 100011 | 111 | 0 | 101101 | 11000000 | 10101 | 101101 |
Color Harmonies of #5A818B
Complementary color
Monochromatic Colors of #5A818B
Black with #5A818B
Text Example
Text Example
White with #5A818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A818B; }
p { color: rgb(90,129,139); }
H1.HeaderClassName
{
color: #5A818B;
}
.AnyTagClassName
{
color: #5A818B;
}
</style>
background-color css
<style>
a { background-color: #5A818B; }
a { background-color: rgb(90,129,139); }
div.DivClassName
{
background-color: #5A818B;
}
.BgClassName
{
background-color: #5A818B;
}
</style>
border-color css
<style>
span { border-color: #5A818B; }
span { border-color: rgb(90,129,139); }
td.TdClassName
{
border-color: #5A818B;
}
.TagClassName
{
border-color: #5A818B;
}
</style>