Shades of Hoki #5C7986
Tints of Hoki #5C7986
RGB
CMYK
RGB Variations
Color information
#5C7986 (or 0x5C7986) is known color: Hoki. HEX triplet: 5C, 79 and 86. RGB value is (92,121,134). Sum of RGB (Red+Green+Blue) = 92+121+134=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C7986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7986 is #A38679. Grayscale: #717171. Windows color (decimal): -10716794 or 8812892. OLE color: 8812892.
HSL color Cylindrical-coordinate representation of color #5C7986: hue angle of 198.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7986 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 121 | 134 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.47 |
| HSL | 198.57º | 0.19% | 0.44% | - |
| HSV(B) | 198.57º | 0.31% | 0.53% | - |
| XYZ | 15.55 | 17.67 | 25.15 | - |
| YUV | 113.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 134 | 0.31 | 0.10 | 0 | 0.47 | 198.57 | 0.19 | 0.44 |
| Hex | 5C | 79 | 86 | 1F | A | 0 | 2F | C7 | 13 | 2C |
| Octal | 134 | 171 | 206 | 37 | 12 | 0 | 57 | 307 | 23 | 54 |
| Binary | 1011100 | 1111001 | 10000110 | 11111 | 1010 | 0 | 101111 | 11000111 | 10011 | 101100 |
Color Harmonies of #5C7986
Complementary color
Monochromatic Colors of #5C7986
Black with #5C7986
Text Example
Text Example
White with #5C7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7986; }
p { color: rgb(92,121,134); }
H1.HeaderClassName
{
color: #5C7986;
}
.AnyTagClassName
{
color: #5C7986;
}
</style>
background-color css
<style>
a { background-color: #5C7986; }
a { background-color: rgb(92,121,134); }
div.DivClassName
{
background-color: #5C7986;
}
.BgClassName
{
background-color: #5C7986;
}
</style>
border-color css
<style>
span { border-color: #5C7986; }
span { border-color: rgb(92,121,134); }
td.TdClassName
{
border-color: #5C7986;
}
.TagClassName
{
border-color: #5C7986;
}
</style>