Shades of Hoki #5D7685
Tints of Hoki #5D7685
RGB
CMYK
RGB Variations
Color information
#5D7685 (or 0x5D7685) is known color: Hoki. HEX triplet: 5D, 76 and 85. RGB value is (93,118,133). Sum of RGB (Red+Green+Blue) = 93+118+133=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 118 (46.48% from 255 or 34.30% 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 #5D7685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7685 is #A2897A. Grayscale: #707070. Windows color (decimal): -10652027 or 8746589. OLE color: 8746589.
HSL color Cylindrical-coordinate representation of color #5D7685: hue angle of 202.5º 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 #5D7685 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 118 | 133 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.48 |
| HSL | 202.5º | 0.18% | 0.44% | - |
| HSV(B) | 202.5º | 0.3% | 0.52% | - |
| XYZ | 15.23 | 16.98 | 24.66 | - |
| YUV | 112.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 133 | 0.30 | 0.11 | 0 | 0.48 | 202.5 | 0.18 | 0.44 |
| Hex | 5D | 76 | 85 | 1E | B | 0 | 30 | CA | 12 | 2C |
| Octal | 135 | 166 | 205 | 36 | 13 | 0 | 60 | 312 | 22 | 54 |
| Binary | 1011101 | 1110110 | 10000101 | 11110 | 1011 | 0 | 110000 | 11001010 | 10010 | 101100 |
Color Harmonies of #5D7685
Complementary color
Monochromatic Colors of #5D7685
Black with #5D7685
Text Example
Text Example
White with #5D7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7685; }
p { color: rgb(93,118,133); }
H1.HeaderClassName
{
color: #5D7685;
}
.AnyTagClassName
{
color: #5D7685;
}
</style>
background-color css
<style>
a { background-color: #5D7685; }
a { background-color: rgb(93,118,133); }
div.DivClassName
{
background-color: #5D7685;
}
.BgClassName
{
background-color: #5D7685;
}
</style>
border-color css
<style>
span { border-color: #5D7685; }
span { border-color: rgb(93,118,133); }
td.TdClassName
{
border-color: #5D7685;
}
.TagClassName
{
border-color: #5D7685;
}
</style>