Shades of Hoki #5D8185
Tints of Hoki #5D8185
RGB
CMYK
RGB Variations
Color information
#5D8185 (or 0x5D8185) is known color: Hoki. HEX triplet: 5D, 81 and 85. RGB value is (93,129,133). Sum of RGB (Red+Green+Blue) = 93+129+133=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8185 is #A27E7A. Grayscale: #767676. Windows color (decimal): -10649211 or 8749405. OLE color: 8749405.
HSL color Cylindrical-coordinate representation of color #5D8185: hue angle of 186º 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 #5D8185 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 129 | 133 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.48 |
| HSL | 186º | 0.18% | 0.44% | - |
| HSV(B) | 186º | 0.3% | 0.52% | - |
| XYZ | 16.6 | 19.72 | 25.12 | - |
| YUV | 118.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 133 | 0.30 | 0.03 | 0 | 0.48 | 186 | 0.18 | 0.44 |
| Hex | 5D | 81 | 85 | 1E | 3 | 0 | 30 | BA | 12 | 2C |
| Octal | 135 | 201 | 205 | 36 | 3 | 0 | 60 | 272 | 22 | 54 |
| Binary | 1011101 | 10000001 | 10000101 | 11110 | 11 | 0 | 110000 | 10111010 | 10010 | 101100 |
Color Harmonies of #5D8185
Complementary color
Monochromatic Colors of #5D8185
Black with #5D8185
Text Example
Text Example
White with #5D8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8185; }
p { color: rgb(93,129,133); }
H1.HeaderClassName
{
color: #5D8185;
}
.AnyTagClassName
{
color: #5D8185;
}
</style>
background-color css
<style>
a { background-color: #5D8185; }
a { background-color: rgb(93,129,133); }
div.DivClassName
{
background-color: #5D8185;
}
.BgClassName
{
background-color: #5D8185;
}
</style>
border-color css
<style>
span { border-color: #5D8185; }
span { border-color: rgb(93,129,133); }
td.TdClassName
{
border-color: #5D8185;
}
.TagClassName
{
border-color: #5D8185;
}
</style>