Shades of Waikawa Grey #5B6990
Tints of Waikawa Grey #5B6990
RGB
CMYK
RGB Variations
Color information
#5B6990 (or 0x5B6990) is known color: Waikawa Grey. HEX triplet: 5B, 69 and 90. RGB value is (91,105,144). Sum of RGB (Red+Green+Blue) = 91+105+144=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6990 is #A4966F. Grayscale: #696969. Windows color (decimal): -10786416 or 9464155. OLE color: 9464155.
HSL color Cylindrical-coordinate representation of color #5B6990: hue angle of 224.15º 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 #5B6990 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 105 | 144 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.44 |
| HSL | 224.15º | 0.23% | 0.46% | - |
| HSV(B) | 224.15º | 0.37% | 0.56% | - |
| XYZ | 14.4 | 14.34 | 28.39 | - |
| YUV | 105.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 144 | 0.37 | 0.27 | 0 | 0.44 | 224.15 | 0.23 | 0.46 |
| Hex | 5B | 69 | 90 | 25 | 1B | 0 | 2C | E0 | 17 | 2E |
| Octal | 133 | 151 | 220 | 45 | 33 | 0 | 54 | 340 | 27 | 56 |
| Binary | 1011011 | 1101001 | 10010000 | 100101 | 11011 | 0 | 101100 | 11100000 | 10111 | 101110 |
Color Harmonies of #5B6990
Complementary color
Monochromatic Colors of #5B6990
Black with #5B6990
Text Example
Text Example
White with #5B6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6990; }
p { color: rgb(91,105,144); }
H1.HeaderClassName
{
color: #5B6990;
}
.AnyTagClassName
{
color: #5B6990;
}
</style>
background-color css
<style>
a { background-color: #5B6990; }
a { background-color: rgb(91,105,144); }
div.DivClassName
{
background-color: #5B6990;
}
.BgClassName
{
background-color: #5B6990;
}
</style>
border-color css
<style>
span { border-color: #5B6990; }
span { border-color: rgb(91,105,144); }
td.TdClassName
{
border-color: #5B6990;
}
.TagClassName
{
border-color: #5B6990;
}
</style>