Shades of Hoki #5C7785
Tints of Hoki #5C7785
RGB
CMYK
RGB Variations
Color information
#5C7785 (or 0x5C7785) is known color: Hoki. HEX triplet: 5C, 77 and 85. RGB value is (92,119,133). Sum of RGB (Red+Green+Blue) = 92+119+133=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C7785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7785 is #A3887A. Grayscale: #707070. Windows color (decimal): -10717307 or 8746844. OLE color: 8746844.
HSL color Cylindrical-coordinate representation of color #5C7785: hue angle of 200.49º 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 #5C7785 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 119 | 133 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.48 |
| HSL | 200.49º | 0.18% | 0.44% | - |
| HSV(B) | 200.49º | 0.31% | 0.52% | - |
| XYZ | 15.24 | 17.16 | 24.7 | - |
| YUV | 112.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 133 | 0.31 | 0.11 | 0 | 0.48 | 200.49 | 0.18 | 0.44 |
| Hex | 5C | 77 | 85 | 1F | B | 0 | 30 | C8 | 12 | 2C |
| Octal | 134 | 167 | 205 | 37 | 13 | 0 | 60 | 310 | 22 | 54 |
| Binary | 1011100 | 1110111 | 10000101 | 11111 | 1011 | 0 | 110000 | 11001000 | 10010 | 101100 |
Color Harmonies of #5C7785
Complementary color
Monochromatic Colors of #5C7785
Black with #5C7785
Text Example
Text Example
White with #5C7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7785; }
p { color: rgb(92,119,133); }
H1.HeaderClassName
{
color: #5C7785;
}
.AnyTagClassName
{
color: #5C7785;
}
</style>
background-color css
<style>
a { background-color: #5C7785; }
a { background-color: rgb(92,119,133); }
div.DivClassName
{
background-color: #5C7785;
}
.BgClassName
{
background-color: #5C7785;
}
</style>
border-color css
<style>
span { border-color: #5C7785; }
span { border-color: rgb(92,119,133); }
td.TdClassName
{
border-color: #5C7785;
}
.TagClassName
{
border-color: #5C7785;
}
</style>