Shades of Hoki #5B808F
Tints of Hoki #5B808F
RGB
CMYK
RGB Variations
Color information
#5B808F (or 0x5B808F) is known color: Hoki. HEX triplet: 5B, 80 and 8F. RGB value is (91,128,143). Sum of RGB (Red+Green+Blue) = 91+128+143=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B808F is #A47F70. Grayscale: #767676. Windows color (decimal): -10780529 or 9404507. OLE color: 9404507.
HSL color Cylindrical-coordinate representation of color #5B808F: hue angle of 197.31º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B808F is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 128 | 143 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.44 |
| HSL | 197.31º | 0.22% | 0.46% | - |
| HSV(B) | 197.31º | 0.36% | 0.56% | - |
| XYZ | 16.99 | 19.65 | 28.88 | - |
| YUV | 118.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 143 | 0.36 | 0.10 | 0 | 0.44 | 197.31 | 0.22 | 0.46 |
| Hex | 5B | 80 | 8F | 24 | A | 0 | 2C | C5 | 16 | 2E |
| Octal | 133 | 200 | 217 | 44 | 12 | 0 | 54 | 305 | 26 | 56 |
| Binary | 1011011 | 10000000 | 10001111 | 100100 | 1010 | 0 | 101100 | 11000101 | 10110 | 101110 |
Color Harmonies of #5B808F
Complementary color
Monochromatic Colors of #5B808F
Black with #5B808F
Text Example
Text Example
White with #5B808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B808F; }
p { color: rgb(91,128,143); }
H1.HeaderClassName
{
color: #5B808F;
}
.AnyTagClassName
{
color: #5B808F;
}
</style>
background-color css
<style>
a { background-color: #5B808F; }
a { background-color: rgb(91,128,143); }
div.DivClassName
{
background-color: #5B808F;
}
.BgClassName
{
background-color: #5B808F;
}
</style>
border-color css
<style>
span { border-color: #5B808F; }
span { border-color: rgb(91,128,143); }
td.TdClassName
{
border-color: #5B808F;
}
.TagClassName
{
border-color: #5B808F;
}
</style>