Shades of Hoki #5B7788
Tints of Hoki #5B7788
RGB
CMYK
RGB Variations
Color information
#5B7788 (or 0x5B7788) is known color: Hoki. HEX triplet: 5B, 77 and 88. RGB value is (91,119,136). Sum of RGB (Red+Green+Blue) = 91+119+136=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B7788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7788 is #A48877. Grayscale: #707070. Windows color (decimal): -10782840 or 8943451. OLE color: 8943451.
HSL color Cylindrical-coordinate representation of color #5B7788: hue angle of 202.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B7788 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 119 | 136 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.47 |
| HSL | 202.67º | 0.2% | 0.45% | - |
| HSV(B) | 202.67º | 0.33% | 0.53% | - |
| XYZ | 15.36 | 17.2 | 25.8 | - |
| YUV | 112.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 136 | 0.33 | 0.12 | 0 | 0.47 | 202.67 | 0.2 | 0.45 |
| Hex | 5B | 77 | 88 | 21 | C | 0 | 2F | CB | 14 | 2D |
| Octal | 133 | 167 | 210 | 41 | 14 | 0 | 57 | 313 | 24 | 55 |
| Binary | 1011011 | 1110111 | 10001000 | 100001 | 1100 | 0 | 101111 | 11001011 | 10100 | 101101 |
Color Harmonies of #5B7788
Complementary color
Monochromatic Colors of #5B7788
Black with #5B7788
Text Example
Text Example
White with #5B7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7788; }
p { color: rgb(91,119,136); }
H1.HeaderClassName
{
color: #5B7788;
}
.AnyTagClassName
{
color: #5B7788;
}
</style>
background-color css
<style>
a { background-color: #5B7788; }
a { background-color: rgb(91,119,136); }
div.DivClassName
{
background-color: #5B7788;
}
.BgClassName
{
background-color: #5B7788;
}
</style>
border-color css
<style>
span { border-color: #5B7788; }
span { border-color: rgb(91,119,136); }
td.TdClassName
{
border-color: #5B7788;
}
.TagClassName
{
border-color: #5B7788;
}
</style>