Shades of Waikawa Grey #5B7191
Tints of Waikawa Grey #5B7191
RGB
CMYK
RGB Variations
Color information
#5B7191 (or 0x5B7191) is known color: Waikawa Grey. HEX triplet: 5B, 71 and 91. RGB value is (91,113,145). Sum of RGB (Red+Green+Blue) = 91+113+145=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7191 is #A48E6E. Grayscale: #6D6D6D. Windows color (decimal): -10784367 or 9531739. OLE color: 9531739.
HSL color Cylindrical-coordinate representation of color #5B7191: hue angle of 215.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B7191 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 113 | 145 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.43 |
| HSL | 215.56º | 0.23% | 0.46% | - |
| HSV(B) | 215.56º | 0.37% | 0.57% | - |
| XYZ | 15.33 | 16.08 | 29.08 | - |
| YUV | 110.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 145 | 0.37 | 0.22 | 0 | 0.43 | 215.56 | 0.23 | 0.46 |
| Hex | 5B | 71 | 91 | 25 | 16 | 0 | 2B | D8 | 17 | 2E |
| Octal | 133 | 161 | 221 | 45 | 26 | 0 | 53 | 330 | 27 | 56 |
| Binary | 1011011 | 1110001 | 10010001 | 100101 | 10110 | 0 | 101011 | 11011000 | 10111 | 101110 |
Color Harmonies of #5B7191
Complementary color
Monochromatic Colors of #5B7191
Black with #5B7191
Text Example
Text Example
White with #5B7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7191; }
p { color: rgb(91,113,145); }
H1.HeaderClassName
{
color: #5B7191;
}
.AnyTagClassName
{
color: #5B7191;
}
</style>
background-color css
<style>
a { background-color: #5B7191; }
a { background-color: rgb(91,113,145); }
div.DivClassName
{
background-color: #5B7191;
}
.BgClassName
{
background-color: #5B7191;
}
</style>
border-color css
<style>
span { border-color: #5B7191; }
span { border-color: rgb(91,113,145); }
td.TdClassName
{
border-color: #5B7191;
}
.TagClassName
{
border-color: #5B7191;
}
</style>