Shades of Waikawa Grey #5B6E90
Tints of Waikawa Grey #5B6E90
RGB
CMYK
RGB Variations
Color information
#5B6E90 (or 0x5B6E90) is known color: Waikawa Grey. HEX triplet: 5B, 6E and 90. RGB value is (91,110,144). Sum of RGB (Red+Green+Blue) = 91+110+144=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B6E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6E90 is #A4916F. Grayscale: #6C6C6C. Windows color (decimal): -10785136 or 9465435. OLE color: 9465435.
HSL color Cylindrical-coordinate representation of color #5B6E90: hue angle of 218.49º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B6E90 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 110 | 144 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.44 |
| HSL | 218.49º | 0.23% | 0.46% | - |
| HSV(B) | 218.49º | 0.37% | 0.56% | - |
| XYZ | 14.92 | 15.39 | 28.57 | - |
| YUV | 108.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 144 | 0.37 | 0.24 | 0 | 0.44 | 218.49 | 0.23 | 0.46 |
| Hex | 5B | 6E | 90 | 25 | 18 | 0 | 2C | DA | 17 | 2E |
| Octal | 133 | 156 | 220 | 45 | 30 | 0 | 54 | 332 | 27 | 56 |
| Binary | 1011011 | 1101110 | 10010000 | 100101 | 11000 | 0 | 101100 | 11011010 | 10111 | 101110 |
Color Harmonies of #5B6E90
Complementary color
Monochromatic Colors of #5B6E90
Black with #5B6E90
Text Example
Text Example
White with #5B6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6E90; }
p { color: rgb(91,110,144); }
H1.HeaderClassName
{
color: #5B6E90;
}
.AnyTagClassName
{
color: #5B6E90;
}
</style>
background-color css
<style>
a { background-color: #5B6E90; }
a { background-color: rgb(91,110,144); }
div.DivClassName
{
background-color: #5B6E90;
}
.BgClassName
{
background-color: #5B6E90;
}
</style>
border-color css
<style>
span { border-color: #5B6E90; }
span { border-color: rgb(91,110,144); }
td.TdClassName
{
border-color: #5B6E90;
}
.TagClassName
{
border-color: #5B6E90;
}
</style>