Shades of Hoki #5C7A85
Tints of Hoki #5C7A85
RGB
CMYK
RGB Variations
Color information
#5C7A85 (or 0x5C7A85) is known color: Hoki. HEX triplet: 5C, 7A and 85. RGB value is (92,122,133). Sum of RGB (Red+Green+Blue) = 92+122+133=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C7A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7A85 is #A3857A. Grayscale: #727272. Windows color (decimal): -10716539 or 8747612. OLE color: 8747612.
HSL color Cylindrical-coordinate representation of color #5C7A85: hue angle of 196.1º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7A85 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 122 | 133 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.48 |
| HSL | 196.1º | 0.18% | 0.44% | - |
| HSV(B) | 196.1º | 0.31% | 0.52% | - |
| XYZ | 15.61 | 17.89 | 24.82 | - |
| YUV | 114.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 133 | 0.31 | 0.08 | 0 | 0.48 | 196.1 | 0.18 | 0.44 |
| Hex | 5C | 7A | 85 | 1F | 8 | 0 | 30 | C4 | 12 | 2C |
| Octal | 134 | 172 | 205 | 37 | 10 | 0 | 60 | 304 | 22 | 54 |
| Binary | 1011100 | 1111010 | 10000101 | 11111 | 1000 | 0 | 110000 | 11000100 | 10010 | 101100 |
Color Harmonies of #5C7A85
Complementary color
Monochromatic Colors of #5C7A85
Black with #5C7A85
Text Example
Text Example
White with #5C7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7A85; }
p { color: rgb(92,122,133); }
H1.HeaderClassName
{
color: #5C7A85;
}
.AnyTagClassName
{
color: #5C7A85;
}
</style>
background-color css
<style>
a { background-color: #5C7A85; }
a { background-color: rgb(92,122,133); }
div.DivClassName
{
background-color: #5C7A85;
}
.BgClassName
{
background-color: #5C7A85;
}
</style>
border-color css
<style>
span { border-color: #5C7A85; }
span { border-color: rgb(92,122,133); }
td.TdClassName
{
border-color: #5C7A85;
}
.TagClassName
{
border-color: #5C7A85;
}
</style>