Shades of Hoki #5C7E83
Tints of Hoki #5C7E83
RGB
CMYK
RGB Variations
Color information
#5C7E83 (or 0x5C7E83) is known color: Hoki. HEX triplet: 5C, 7E and 83. RGB value is (92,126,131). Sum of RGB (Red+Green+Blue) = 92+126+131=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C7E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7E83 is #A3817C. Grayscale: #747474. Windows color (decimal): -10715517 or 8617564. OLE color: 8617564.
HSL color Cylindrical-coordinate representation of color #5C7E83: hue angle of 187.69º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C7E83 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 126 | 131 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.49 |
| HSL | 187.69º | 0.17% | 0.44% | - |
| HSV(B) | 187.69º | 0.3% | 0.51% | - |
| XYZ | 15.97 | 18.84 | 24.27 | - |
| YUV | 116.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 131 | 0.30 | 0.04 | 0 | 0.49 | 187.69 | 0.17 | 0.44 |
| Hex | 5C | 7E | 83 | 1E | 4 | 0 | 31 | BC | 11 | 2C |
| Octal | 134 | 176 | 203 | 36 | 4 | 0 | 61 | 274 | 21 | 54 |
| Binary | 1011100 | 1111110 | 10000011 | 11110 | 100 | 0 | 110001 | 10111100 | 10001 | 101100 |
Color Harmonies of #5C7E83
Complementary color
Monochromatic Colors of #5C7E83
Black with #5C7E83
Text Example
Text Example
White with #5C7E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7E83; }
p { color: rgb(92,126,131); }
H1.HeaderClassName
{
color: #5C7E83;
}
.AnyTagClassName
{
color: #5C7E83;
}
</style>
background-color css
<style>
a { background-color: #5C7E83; }
a { background-color: rgb(92,126,131); }
div.DivClassName
{
background-color: #5C7E83;
}
.BgClassName
{
background-color: #5C7E83;
}
</style>
border-color css
<style>
span { border-color: #5C7E83; }
span { border-color: rgb(92,126,131); }
td.TdClassName
{
border-color: #5C7E83;
}
.TagClassName
{
border-color: #5C7E83;
}
</style>