Shades of Hoki #5D8387
Tints of Hoki #5D8387
RGB
CMYK
RGB Variations
Color information
#5D8387 (or 0x5D8387) is known color: Hoki. HEX triplet: 5D, 83 and 87. RGB value is (93,131,135). Sum of RGB (Red+Green+Blue) = 93+131+135=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D8387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8387 is #A27C78. Grayscale: #787878. Windows color (decimal): -10648697 or 8880989. OLE color: 8880989.
HSL color Cylindrical-coordinate representation of color #5D8387: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8387 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 131 | 135 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.47 |
| HSL | 185.71º | 0.18% | 0.45% | - |
| HSV(B) | 185.71º | 0.31% | 0.53% | - |
| XYZ | 17 | 20.31 | 25.95 | - |
| YUV | 120.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 135 | 0.31 | 0.03 | 0 | 0.47 | 185.71 | 0.18 | 0.45 |
| Hex | 5D | 83 | 87 | 1F | 3 | 0 | 2F | BA | 12 | 2D |
| Octal | 135 | 203 | 207 | 37 | 3 | 0 | 57 | 272 | 22 | 55 |
| Binary | 1011101 | 10000011 | 10000111 | 11111 | 11 | 0 | 101111 | 10111010 | 10010 | 101101 |
Color Harmonies of #5D8387
Complementary color
Monochromatic Colors of #5D8387
Black with #5D8387
Text Example
Text Example
White with #5D8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8387; }
p { color: rgb(93,131,135); }
H1.HeaderClassName
{
color: #5D8387;
}
.AnyTagClassName
{
color: #5D8387;
}
</style>
background-color css
<style>
a { background-color: #5D8387; }
a { background-color: rgb(93,131,135); }
div.DivClassName
{
background-color: #5D8387;
}
.BgClassName
{
background-color: #5D8387;
}
</style>
border-color css
<style>
span { border-color: #5D8387; }
span { border-color: rgb(93,131,135); }
td.TdClassName
{
border-color: #5D8387;
}
.TagClassName
{
border-color: #5D8387;
}
</style>