Shades of Hoki #5D7785
Tints of Hoki #5D7785
RGB
CMYK
RGB Variations
Color information
#5D7785 (or 0x5D7785) is known color: Hoki. HEX triplet: 5D, 77 and 85. RGB value is (93,119,133). Sum of RGB (Red+Green+Blue) = 93+119+133=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D7785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7785 is #A2887A. Grayscale: #707070. Windows color (decimal): -10651771 or 8746845. OLE color: 8746845.
HSL color Cylindrical-coordinate representation of color #5D7785: hue angle of 201º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D7785 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 119 | 133 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.48 |
| HSL | 201º | 0.18% | 0.44% | - |
| HSV(B) | 201º | 0.3% | 0.52% | - |
| XYZ | 15.34 | 17.21 | 24.7 | - |
| YUV | 112.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 133 | 0.30 | 0.11 | 0 | 0.48 | 201 | 0.18 | 0.44 |
| Hex | 5D | 77 | 85 | 1E | B | 0 | 30 | C9 | 12 | 2C |
| Octal | 135 | 167 | 205 | 36 | 13 | 0 | 60 | 311 | 22 | 54 |
| Binary | 1011101 | 1110111 | 10000101 | 11110 | 1011 | 0 | 110000 | 11001001 | 10010 | 101100 |
Color Harmonies of #5D7785
Complementary color
Monochromatic Colors of #5D7785
Black with #5D7785
Text Example
Text Example
White with #5D7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7785; }
p { color: rgb(93,119,133); }
H1.HeaderClassName
{
color: #5D7785;
}
.AnyTagClassName
{
color: #5D7785;
}
</style>
background-color css
<style>
a { background-color: #5D7785; }
a { background-color: rgb(93,119,133); }
div.DivClassName
{
background-color: #5D7785;
}
.BgClassName
{
background-color: #5D7785;
}
</style>
border-color css
<style>
span { border-color: #5D7785; }
span { border-color: rgb(93,119,133); }
td.TdClassName
{
border-color: #5D7785;
}
.TagClassName
{
border-color: #5D7785;
}
</style>