Shades of Hoki #5C7988
Tints of Hoki #5C7988
RGB
CMYK
RGB Variations
Color information
#5C7988 (or 0x5C7988) is known color: Hoki. HEX triplet: 5C, 79 and 88. RGB value is (92,121,136). Sum of RGB (Red+Green+Blue) = 92+121+136=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C7988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7988 is #A38677. Grayscale: #717171. Windows color (decimal): -10716792 or 8943964. OLE color: 8943964.
HSL color Cylindrical-coordinate representation of color #5C7988: hue angle of 200.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C7988 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 121 | 136 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.47 |
| HSL | 200.45º | 0.19% | 0.45% | - |
| HSV(B) | 200.45º | 0.32% | 0.53% | - |
| XYZ | 15.69 | 17.73 | 25.89 | - |
| YUV | 114.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 136 | 0.32 | 0.11 | 0 | 0.47 | 200.45 | 0.19 | 0.45 |
| Hex | 5C | 79 | 88 | 20 | B | 0 | 2F | C8 | 13 | 2D |
| Octal | 134 | 171 | 210 | 40 | 13 | 0 | 57 | 310 | 23 | 55 |
| Binary | 1011100 | 1111001 | 10001000 | 100000 | 1011 | 0 | 101111 | 11001000 | 10011 | 101101 |
Color Harmonies of #5C7988
Complementary color
Monochromatic Colors of #5C7988
Black with #5C7988
Text Example
Text Example
White with #5C7988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7988; }
p { color: rgb(92,121,136); }
H1.HeaderClassName
{
color: #5C7988;
}
.AnyTagClassName
{
color: #5C7988;
}
</style>
background-color css
<style>
a { background-color: #5C7988; }
a { background-color: rgb(92,121,136); }
div.DivClassName
{
background-color: #5C7988;
}
.BgClassName
{
background-color: #5C7988;
}
</style>
border-color css
<style>
span { border-color: #5C7988; }
span { border-color: rgb(92,121,136); }
td.TdClassName
{
border-color: #5C7988;
}
.TagClassName
{
border-color: #5C7988;
}
</style>