Shades of Waikawa Grey #5B7495
Tints of Waikawa Grey #5B7495
RGB
CMYK
RGB Variations
Color information
#5B7495 (or 0x5B7495) is known color: Waikawa Grey. HEX triplet: 5B, 74 and 95. RGB value is (91,116,149). Sum of RGB (Red+Green+Blue) = 91+116+149=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B7495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7495 is #A48B6A. Grayscale: #707070. Windows color (decimal): -10783595 or 9794651. OLE color: 9794651.
HSL color Cylindrical-coordinate representation of color #5B7495: hue angle of 214.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B7495 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 116 | 149 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.42 |
| HSL | 214.14º | 0.24% | 0.47% | - |
| HSV(B) | 214.14º | 0.39% | 0.58% | - |
| XYZ | 15.98 | 16.88 | 30.85 | - |
| YUV | 112.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 149 | 0.39 | 0.22 | 0 | 0.42 | 214.14 | 0.24 | 0.47 |
| Hex | 5B | 74 | 95 | 27 | 16 | 0 | 2A | D6 | 18 | 2F |
| Octal | 133 | 164 | 225 | 47 | 26 | 0 | 52 | 326 | 30 | 57 |
| Binary | 1011011 | 1110100 | 10010101 | 100111 | 10110 | 0 | 101010 | 11010110 | 11000 | 101111 |
Color Harmonies of #5B7495
Complementary color
Monochromatic Colors of #5B7495
Black with #5B7495
Text Example
Text Example
White with #5B7495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7495; }
p { color: rgb(91,116,149); }
H1.HeaderClassName
{
color: #5B7495;
}
.AnyTagClassName
{
color: #5B7495;
}
</style>
background-color css
<style>
a { background-color: #5B7495; }
a { background-color: rgb(91,116,149); }
div.DivClassName
{
background-color: #5B7495;
}
.BgClassName
{
background-color: #5B7495;
}
</style>
border-color css
<style>
span { border-color: #5B7495; }
span { border-color: rgb(91,116,149); }
td.TdClassName
{
border-color: #5B7495;
}
.TagClassName
{
border-color: #5B7495;
}
</style>