Shades of Hoki #5D7B87
Tints of Hoki #5D7B87
RGB
CMYK
RGB Variations
Color information
#5D7B87 (or 0x5D7B87) is known color: Hoki. HEX triplet: 5D, 7B and 87. RGB value is (93,123,135). Sum of RGB (Red+Green+Blue) = 93+123+135=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D7B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7B87 is #A28478. Grayscale: #737373. Windows color (decimal): -10650745 or 8878941. OLE color: 8878941.
HSL color Cylindrical-coordinate representation of color #5D7B87: hue angle of 197.14º 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 #5D7B87 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 123 | 135 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.47 |
| HSL | 197.14º | 0.18% | 0.45% | - |
| HSV(B) | 197.14º | 0.31% | 0.53% | - |
| XYZ | 15.97 | 18.24 | 25.6 | - |
| YUV | 115.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 123 | 135 | 0.31 | 0.09 | 0 | 0.47 | 197.14 | 0.18 | 0.45 |
| Hex | 5D | 7B | 87 | 1F | 9 | 0 | 2F | C5 | 12 | 2D |
| Octal | 135 | 173 | 207 | 37 | 11 | 0 | 57 | 305 | 22 | 55 |
| Binary | 1011101 | 1111011 | 10000111 | 11111 | 1001 | 0 | 101111 | 11000101 | 10010 | 101101 |
Color Harmonies of #5D7B87
Complementary color
Monochromatic Colors of #5D7B87
Black with #5D7B87
Text Example
Text Example
White with #5D7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7B87; }
p { color: rgb(93,123,135); }
H1.HeaderClassName
{
color: #5D7B87;
}
.AnyTagClassName
{
color: #5D7B87;
}
</style>
background-color css
<style>
a { background-color: #5D7B87; }
a { background-color: rgb(93,123,135); }
div.DivClassName
{
background-color: #5D7B87;
}
.BgClassName
{
background-color: #5D7B87;
}
</style>
border-color css
<style>
span { border-color: #5D7B87; }
span { border-color: rgb(93,123,135); }
td.TdClassName
{
border-color: #5D7B87;
}
.TagClassName
{
border-color: #5D7B87;
}
</style>