Shades of Hoki #5B7B84
Tints of Hoki #5B7B84
RGB
CMYK
RGB Variations
Color information
#5B7B84 (or 0x5B7B84) is known color: Hoki. HEX triplet: 5B, 7B and 84. RGB value is (91,123,132). Sum of RGB (Red+Green+Blue) = 91+123+132=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B7B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7B84 is #A4847B. Grayscale: #727272. Windows color (decimal): -10781820 or 8682331. OLE color: 8682331.
HSL color Cylindrical-coordinate representation of color #5B7B84: hue angle of 193.17º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B7B84 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 123 | 132 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.48 |
| HSL | 193.17º | 0.18% | 0.44% | - |
| HSV(B) | 193.17º | 0.31% | 0.52% | - |
| XYZ | 15.56 | 18.06 | 24.49 | - |
| YUV | 114.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 132 | 0.31 | 0.07 | 0 | 0.48 | 193.17 | 0.18 | 0.44 |
| Hex | 5B | 7B | 84 | 1F | 7 | 0 | 30 | C1 | 12 | 2C |
| Octal | 133 | 173 | 204 | 37 | 7 | 0 | 60 | 301 | 22 | 54 |
| Binary | 1011011 | 1111011 | 10000100 | 11111 | 111 | 0 | 110000 | 11000001 | 10010 | 101100 |
Color Harmonies of #5B7B84
Complementary color
Monochromatic Colors of #5B7B84
Black with #5B7B84
Text Example
Text Example
White with #5B7B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B84; }
p { color: rgb(91,123,132); }
H1.HeaderClassName
{
color: #5B7B84;
}
.AnyTagClassName
{
color: #5B7B84;
}
</style>
background-color css
<style>
a { background-color: #5B7B84; }
a { background-color: rgb(91,123,132); }
div.DivClassName
{
background-color: #5B7B84;
}
.BgClassName
{
background-color: #5B7B84;
}
</style>
border-color css
<style>
span { border-color: #5B7B84; }
span { border-color: rgb(91,123,132); }
td.TdClassName
{
border-color: #5B7B84;
}
.TagClassName
{
border-color: #5B7B84;
}
</style>