Shades of Hoki #5A7B85
Tints of Hoki #5A7B85
RGB
CMYK
RGB Variations
Color information
#5A7B85 (or 0x5A7B85) is known color: Hoki. HEX triplet: 5A, 7B and 85. RGB value is (90,123,133). Sum of RGB (Red+Green+Blue) = 90+123+133=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A7B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7B85 is #A5847A. Grayscale: #727272. Windows color (decimal): -10847355 or 8747866. OLE color: 8747866.
HSL color Cylindrical-coordinate representation of color #5A7B85: hue angle of 193.95º 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 #5A7B85 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 123 | 133 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.48 |
| HSL | 193.95º | 0.19% | 0.44% | - |
| HSV(B) | 193.95º | 0.32% | 0.52% | - |
| XYZ | 15.53 | 18.03 | 24.85 | - |
| YUV | 114.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 133 | 0.32 | 0.08 | 0 | 0.48 | 193.95 | 0.19 | 0.44 |
| Hex | 5A | 7B | 85 | 20 | 8 | 0 | 30 | C2 | 13 | 2C |
| Octal | 132 | 173 | 205 | 40 | 10 | 0 | 60 | 302 | 23 | 54 |
| Binary | 1011010 | 1111011 | 10000101 | 100000 | 1000 | 0 | 110000 | 11000010 | 10011 | 101100 |
Color Harmonies of #5A7B85
Complementary color
Monochromatic Colors of #5A7B85
Black with #5A7B85
Text Example
Text Example
White with #5A7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7B85; }
p { color: rgb(90,123,133); }
H1.HeaderClassName
{
color: #5A7B85;
}
.AnyTagClassName
{
color: #5A7B85;
}
</style>
background-color css
<style>
a { background-color: #5A7B85; }
a { background-color: rgb(90,123,133); }
div.DivClassName
{
background-color: #5A7B85;
}
.BgClassName
{
background-color: #5A7B85;
}
</style>
border-color css
<style>
span { border-color: #5A7B85; }
span { border-color: rgb(90,123,133); }
td.TdClassName
{
border-color: #5A7B85;
}
.TagClassName
{
border-color: #5A7B85;
}
</style>