Shades of Hoki #5D8389
Tints of Hoki #5D8389
RGB
CMYK
RGB Variations
Color information
#5D8389 (or 0x5D8389) is known color: Hoki. HEX triplet: 5D, 83 and 89. RGB value is (93,131,137). Sum of RGB (Red+Green+Blue) = 93+131+137=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D8389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8389 is #A27C76. Grayscale: #787878. Windows color (decimal): -10648695 or 9012061. OLE color: 9012061.
HSL color Cylindrical-coordinate representation of color #5D8389: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D8389 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 131 | 137 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.46 |
| HSL | 188.18º | 0.19% | 0.45% | - |
| HSV(B) | 188.18º | 0.32% | 0.54% | - |
| XYZ | 17.15 | 20.37 | 26.69 | - |
| YUV | 120.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 137 | 0.32 | 0.04 | 0 | 0.46 | 188.18 | 0.19 | 0.45 |
| Hex | 5D | 83 | 89 | 20 | 4 | 0 | 2E | BC | 13 | 2D |
| Octal | 135 | 203 | 211 | 40 | 4 | 0 | 56 | 274 | 23 | 55 |
| Binary | 1011101 | 10000011 | 10001001 | 100000 | 100 | 0 | 101110 | 10111100 | 10011 | 101101 |
Color Harmonies of #5D8389
Complementary color
Monochromatic Colors of #5D8389
Black with #5D8389
Text Example
Text Example
White with #5D8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8389; }
p { color: rgb(93,131,137); }
H1.HeaderClassName
{
color: #5D8389;
}
.AnyTagClassName
{
color: #5D8389;
}
</style>
background-color css
<style>
a { background-color: #5D8389; }
a { background-color: rgb(93,131,137); }
div.DivClassName
{
background-color: #5D8389;
}
.BgClassName
{
background-color: #5D8389;
}
</style>
border-color css
<style>
span { border-color: #5D8389; }
span { border-color: rgb(93,131,137); }
td.TdClassName
{
border-color: #5D8389;
}
.TagClassName
{
border-color: #5D8389;
}
</style>