Shades of Hoki #5B7B8A
Tints of Hoki #5B7B8A
RGB
CMYK
RGB Variations
Color information
#5B7B8A (or 0x5B7B8A) is known color: Hoki. HEX triplet: 5B, 7B and 8A. RGB value is (91,123,138). Sum of RGB (Red+Green+Blue) = 91+123+138=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B7B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7B8A is #A48475. Grayscale: #737373. Windows color (decimal): -10781814 or 9075547. OLE color: 9075547.
HSL color Cylindrical-coordinate representation of color #5B7B8A: hue angle of 199.15º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B7B8A is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 123 | 138 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.46 |
| HSL | 199.15º | 0.21% | 0.45% | - |
| HSV(B) | 199.15º | 0.34% | 0.54% | - |
| XYZ | 15.98 | 18.23 | 26.72 | - |
| YUV | 115.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 138 | 0.34 | 0.11 | 0 | 0.46 | 199.15 | 0.21 | 0.45 |
| Hex | 5B | 7B | 8A | 22 | B | 0 | 2E | C7 | 15 | 2D |
| Octal | 133 | 173 | 212 | 42 | 13 | 0 | 56 | 307 | 25 | 55 |
| Binary | 1011011 | 1111011 | 10001010 | 100010 | 1011 | 0 | 101110 | 11000111 | 10101 | 101101 |
Color Harmonies of #5B7B8A
Complementary color
Monochromatic Colors of #5B7B8A
Black with #5B7B8A
Text Example
Text Example
White with #5B7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B8A; }
p { color: rgb(91,123,138); }
H1.HeaderClassName
{
color: #5B7B8A;
}
.AnyTagClassName
{
color: #5B7B8A;
}
</style>
background-color css
<style>
a { background-color: #5B7B8A; }
a { background-color: rgb(91,123,138); }
div.DivClassName
{
background-color: #5B7B8A;
}
.BgClassName
{
background-color: #5B7B8A;
}
</style>
border-color css
<style>
span { border-color: #5B7B8A; }
span { border-color: rgb(91,123,138); }
td.TdClassName
{
border-color: #5B7B8A;
}
.TagClassName
{
border-color: #5B7B8A;
}
</style>