Shades of Hoki #5B7E8E
Tints of Hoki #5B7E8E
RGB
CMYK
RGB Variations
Color information
#5B7E8E (or 0x5B7E8E) is known color: Hoki. HEX triplet: 5B, 7E and 8E. RGB value is (91,126,142). Sum of RGB (Red+Green+Blue) = 91+126+142=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B7E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7E8E is #A48171. Grayscale: #757575. Windows color (decimal): -10781042 or 9338459. OLE color: 9338459.
HSL color Cylindrical-coordinate representation of color #5B7E8E: hue angle of 198.82º 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 #5B7E8E is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 126 | 142 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.44 |
| HSL | 198.82º | 0.22% | 0.46% | - |
| HSV(B) | 198.82º | 0.36% | 0.56% | - |
| XYZ | 16.66 | 19.1 | 28.4 | - |
| YUV | 117.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 142 | 0.36 | 0.11 | 0 | 0.44 | 198.82 | 0.22 | 0.46 |
| Hex | 5B | 7E | 8E | 24 | B | 0 | 2C | C7 | 16 | 2E |
| Octal | 133 | 176 | 216 | 44 | 13 | 0 | 54 | 307 | 26 | 56 |
| Binary | 1011011 | 1111110 | 10001110 | 100100 | 1011 | 0 | 101100 | 11000111 | 10110 | 101110 |
Color Harmonies of #5B7E8E
Complementary color
Monochromatic Colors of #5B7E8E
Black with #5B7E8E
Text Example
Text Example
White with #5B7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7E8E; }
p { color: rgb(91,126,142); }
H1.HeaderClassName
{
color: #5B7E8E;
}
.AnyTagClassName
{
color: #5B7E8E;
}
</style>
background-color css
<style>
a { background-color: #5B7E8E; }
a { background-color: rgb(91,126,142); }
div.DivClassName
{
background-color: #5B7E8E;
}
.BgClassName
{
background-color: #5B7E8E;
}
</style>
border-color css
<style>
span { border-color: #5B7E8E; }
span { border-color: rgb(91,126,142); }
td.TdClassName
{
border-color: #5B7E8E;
}
.TagClassName
{
border-color: #5B7E8E;
}
</style>