Shades of Hoki #5B8185
Tints of Hoki #5B8185
RGB
CMYK
RGB Variations
Color information
#5B8185 (or 0x5B8185) is known color: Hoki. HEX triplet: 5B, 81 and 85. RGB value is (91,129,133). Sum of RGB (Red+Green+Blue) = 91+129+133=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8185 is #A47E7A. Grayscale: #767676. Windows color (decimal): -10780283 or 8749403. OLE color: 8749403.
HSL color Cylindrical-coordinate representation of color #5B8185: hue angle of 185.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8185 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 129 | 133 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.48 |
| HSL | 185.71º | 0.19% | 0.44% | - |
| HSV(B) | 185.71º | 0.32% | 0.52% | - |
| XYZ | 16.4 | 19.62 | 25.11 | - |
| YUV | 118.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 133 | 0.32 | 0.03 | 0 | 0.48 | 185.71 | 0.19 | 0.44 |
| Hex | 5B | 81 | 85 | 20 | 3 | 0 | 30 | BA | 13 | 2C |
| Octal | 133 | 201 | 205 | 40 | 3 | 0 | 60 | 272 | 23 | 54 |
| Binary | 1011011 | 10000001 | 10000101 | 100000 | 11 | 0 | 110000 | 10111010 | 10011 | 101100 |
Color Harmonies of #5B8185
Complementary color
Monochromatic Colors of #5B8185
Black with #5B8185
Text Example
Text Example
White with #5B8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8185; }
p { color: rgb(91,129,133); }
H1.HeaderClassName
{
color: #5B8185;
}
.AnyTagClassName
{
color: #5B8185;
}
</style>
background-color css
<style>
a { background-color: #5B8185; }
a { background-color: rgb(91,129,133); }
div.DivClassName
{
background-color: #5B8185;
}
.BgClassName
{
background-color: #5B8185;
}
</style>
border-color css
<style>
span { border-color: #5B8185; }
span { border-color: rgb(91,129,133); }
td.TdClassName
{
border-color: #5B8185;
}
.TagClassName
{
border-color: #5B8185;
}
</style>