Shades of Hoki #5C7985
Tints of Hoki #5C7985
RGB
CMYK
RGB Variations
Color information
#5C7985 (or 0x5C7985) is known color: Hoki. HEX triplet: 5C, 79 and 85. RGB value is (92,121,133). Sum of RGB (Red+Green+Blue) = 92+121+133=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 121 (47.66% from 255 or 34.97% 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 #5C7985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7985 is #A3867A. Grayscale: #717171. Windows color (decimal): -10716795 or 8747356. OLE color: 8747356.
HSL color Cylindrical-coordinate representation of color #5C7985: hue angle of 197.56º 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 #5C7985 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 121 | 133 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.48 |
| HSL | 197.56º | 0.18% | 0.44% | - |
| HSV(B) | 197.56º | 0.31% | 0.52% | - |
| XYZ | 15.48 | 17.64 | 24.78 | - |
| YUV | 113.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 133 | 0.31 | 0.09 | 0 | 0.48 | 197.56 | 0.18 | 0.44 |
| Hex | 5C | 79 | 85 | 1F | 9 | 0 | 30 | C6 | 12 | 2C |
| Octal | 134 | 171 | 205 | 37 | 11 | 0 | 60 | 306 | 22 | 54 |
| Binary | 1011100 | 1111001 | 10000101 | 11111 | 1001 | 0 | 110000 | 11000110 | 10010 | 101100 |
Color Harmonies of #5C7985
Complementary color
Monochromatic Colors of #5C7985
Black with #5C7985
Text Example
Text Example
White with #5C7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7985; }
p { color: rgb(92,121,133); }
H1.HeaderClassName
{
color: #5C7985;
}
.AnyTagClassName
{
color: #5C7985;
}
</style>
background-color css
<style>
a { background-color: #5C7985; }
a { background-color: rgb(92,121,133); }
div.DivClassName
{
background-color: #5C7985;
}
.BgClassName
{
background-color: #5C7985;
}
</style>
border-color css
<style>
span { border-color: #5C7985; }
span { border-color: rgb(92,121,133); }
td.TdClassName
{
border-color: #5C7985;
}
.TagClassName
{
border-color: #5C7985;
}
</style>