Shades of Hoki #5A7E91
Tints of Hoki #5A7E91
RGB
CMYK
RGB Variations
Color information
#5A7E91 (or 0x5A7E91) is known color: Hoki. HEX triplet: 5A, 7E and 91. RGB value is (90,126,145). Sum of RGB (Red+Green+Blue) = 90+126+145=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A7E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7E91 is #A5816E. Grayscale: #757575. Windows color (decimal): -10846575 or 9535066. OLE color: 9535066.
HSL color Cylindrical-coordinate representation of color #5A7E91: hue angle of 200.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7E91 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 126 | 145 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.43 |
| HSL | 200.73º | 0.23% | 0.46% | - |
| HSV(B) | 200.73º | 0.38% | 0.57% | - |
| XYZ | 16.79 | 19.14 | 29.6 | - |
| YUV | 117.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 145 | 0.38 | 0.13 | 0 | 0.43 | 200.73 | 0.23 | 0.46 |
| Hex | 5A | 7E | 91 | 26 | D | 0 | 2B | C9 | 17 | 2E |
| Octal | 132 | 176 | 221 | 46 | 15 | 0 | 53 | 311 | 27 | 56 |
| Binary | 1011010 | 1111110 | 10010001 | 100110 | 1101 | 0 | 101011 | 11001001 | 10111 | 101110 |
Color Harmonies of #5A7E91
Complementary color
Monochromatic Colors of #5A7E91
Black with #5A7E91
Text Example
Text Example
White with #5A7E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E91; }
p { color: rgb(90,126,145); }
H1.HeaderClassName
{
color: #5A7E91;
}
.AnyTagClassName
{
color: #5A7E91;
}
</style>
background-color css
<style>
a { background-color: #5A7E91; }
a { background-color: rgb(90,126,145); }
div.DivClassName
{
background-color: #5A7E91;
}
.BgClassName
{
background-color: #5A7E91;
}
</style>
border-color css
<style>
span { border-color: #5A7E91; }
span { border-color: rgb(90,126,145); }
td.TdClassName
{
border-color: #5A7E91;
}
.TagClassName
{
border-color: #5A7E91;
}
</style>