Shades of Hoki #5A7A85
Tints of Hoki #5A7A85
RGB
CMYK
RGB Variations
Color information
#5A7A85 (or 0x5A7A85) is known color: Hoki. HEX triplet: 5A, 7A and 85. RGB value is (90,122,133). Sum of RGB (Red+Green+Blue) = 90+122+133=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A7A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7A85 is #A5857A. Grayscale: #717171. Windows color (decimal): -10847611 or 8747610. OLE color: 8747610.
HSL color Cylindrical-coordinate representation of color #5A7A85: hue angle of 195.35º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A7A85 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 122 | 133 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.48 |
| HSL | 195.35º | 0.19% | 0.44% | - |
| HSV(B) | 195.35º | 0.32% | 0.52% | - |
| XYZ | 15.41 | 17.79 | 24.81 | - |
| YUV | 113.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 133 | 0.32 | 0.08 | 0 | 0.48 | 195.35 | 0.19 | 0.44 |
| Hex | 5A | 7A | 85 | 20 | 8 | 0 | 30 | C3 | 13 | 2C |
| Octal | 132 | 172 | 205 | 40 | 10 | 0 | 60 | 303 | 23 | 54 |
| Binary | 1011010 | 1111010 | 10000101 | 100000 | 1000 | 0 | 110000 | 11000011 | 10011 | 101100 |
Color Harmonies of #5A7A85
Complementary color
Monochromatic Colors of #5A7A85
Black with #5A7A85
Text Example
Text Example
White with #5A7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A85; }
p { color: rgb(90,122,133); }
H1.HeaderClassName
{
color: #5A7A85;
}
.AnyTagClassName
{
color: #5A7A85;
}
</style>
background-color css
<style>
a { background-color: #5A7A85; }
a { background-color: rgb(90,122,133); }
div.DivClassName
{
background-color: #5A7A85;
}
.BgClassName
{
background-color: #5A7A85;
}
</style>
border-color css
<style>
span { border-color: #5A7A85; }
span { border-color: rgb(90,122,133); }
td.TdClassName
{
border-color: #5A7A85;
}
.TagClassName
{
border-color: #5A7A85;
}
</style>