Shades of Waikawa Grey #5B6890
Tints of Waikawa Grey #5B6890
RGB
CMYK
RGB Variations
Color information
#5B6890 (or 0x5B6890) is known color: Waikawa Grey. HEX triplet: 5B, 68 and 90. RGB value is (91,104,144). Sum of RGB (Red+Green+Blue) = 91+104+144=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6890 is #A4976F. Grayscale: #686868. Windows color (decimal): -10786672 or 9463899. OLE color: 9463899.
HSL color Cylindrical-coordinate representation of color #5B6890: hue angle of 225.28º 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 #5B6890 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 104 | 144 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.44 |
| HSL | 225.28º | 0.23% | 0.46% | - |
| HSV(B) | 225.28º | 0.37% | 0.56% | - |
| XYZ | 14.3 | 14.14 | 28.36 | - |
| YUV | 104.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 144 | 0.37 | 0.28 | 0 | 0.44 | 225.28 | 0.23 | 0.46 |
| Hex | 5B | 68 | 90 | 25 | 1C | 0 | 2C | E1 | 17 | 2E |
| Octal | 133 | 150 | 220 | 45 | 34 | 0 | 54 | 341 | 27 | 56 |
| Binary | 1011011 | 1101000 | 10010000 | 100101 | 11100 | 0 | 101100 | 11100001 | 10111 | 101110 |
Color Harmonies of #5B6890
Complementary color
Monochromatic Colors of #5B6890
Black with #5B6890
Text Example
Text Example
White with #5B6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6890; }
p { color: rgb(91,104,144); }
H1.HeaderClassName
{
color: #5B6890;
}
.AnyTagClassName
{
color: #5B6890;
}
</style>
background-color css
<style>
a { background-color: #5B6890; }
a { background-color: rgb(91,104,144); }
div.DivClassName
{
background-color: #5B6890;
}
.BgClassName
{
background-color: #5B6890;
}
</style>
border-color css
<style>
span { border-color: #5B6890; }
span { border-color: rgb(91,104,144); }
td.TdClassName
{
border-color: #5B6890;
}
.TagClassName
{
border-color: #5B6890;
}
</style>