Shades of Hoki #5A7986
Tints of Hoki #5A7986
RGB
CMYK
RGB Variations
Color information
#5A7986 (or 0x5A7986) is known color: Hoki. HEX triplet: 5A, 79 and 86. RGB value is (90,121,134). Sum of RGB (Red+Green+Blue) = 90+121+134=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A7986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7986 is #A58679. Grayscale: #717171. Windows color (decimal): -10847866 or 8812890. OLE color: 8812890.
HSL color Cylindrical-coordinate representation of color #5A7986: hue angle of 197.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A7986 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 121 | 134 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.47 |
| HSL | 197.73º | 0.2% | 0.44% | - |
| HSV(B) | 197.73º | 0.33% | 0.53% | - |
| XYZ | 15.36 | 17.57 | 25.14 | - |
| YUV | 113.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 134 | 0.33 | 0.10 | 0 | 0.47 | 197.73 | 0.2 | 0.44 |
| Hex | 5A | 79 | 86 | 21 | A | 0 | 2F | C6 | 14 | 2C |
| Octal | 132 | 171 | 206 | 41 | 12 | 0 | 57 | 306 | 24 | 54 |
| Binary | 1011010 | 1111001 | 10000110 | 100001 | 1010 | 0 | 101111 | 11000110 | 10100 | 101100 |
Color Harmonies of #5A7986
Complementary color
Monochromatic Colors of #5A7986
Black with #5A7986
Text Example
Text Example
White with #5A7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7986; }
p { color: rgb(90,121,134); }
H1.HeaderClassName
{
color: #5A7986;
}
.AnyTagClassName
{
color: #5A7986;
}
</style>
background-color css
<style>
a { background-color: #5A7986; }
a { background-color: rgb(90,121,134); }
div.DivClassName
{
background-color: #5A7986;
}
.BgClassName
{
background-color: #5A7986;
}
</style>
border-color css
<style>
span { border-color: #5A7986; }
span { border-color: rgb(90,121,134); }
td.TdClassName
{
border-color: #5A7986;
}
.TagClassName
{
border-color: #5A7986;
}
</style>