Shades of Waikawa Grey #5A6891
Tints of Waikawa Grey #5A6891
RGB
CMYK
RGB Variations
Color information
#5A6891 (or 0x5A6891) is known color: Waikawa Grey. HEX triplet: 5A, 68 and 91. RGB value is (90,104,145). Sum of RGB (Red+Green+Blue) = 90+104+145=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A6891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6891 is #A5976E. Grayscale: #686868. Windows color (decimal): -10852207 or 9529434. OLE color: 9529434.
HSL color Cylindrical-coordinate representation of color #5A6891: hue angle of 224.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A6891 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 104 | 145 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.43 |
| HSL | 224.73º | 0.23% | 0.46% | - |
| HSV(B) | 224.73º | 0.38% | 0.57% | - |
| XYZ | 14.28 | 14.12 | 28.76 | - |
| YUV | 104.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 145 | 0.38 | 0.28 | 0 | 0.43 | 224.73 | 0.23 | 0.46 |
| Hex | 5A | 68 | 91 | 26 | 1C | 0 | 2B | E1 | 17 | 2E |
| Octal | 132 | 150 | 221 | 46 | 34 | 0 | 53 | 341 | 27 | 56 |
| Binary | 1011010 | 1101000 | 10010001 | 100110 | 11100 | 0 | 101011 | 11100001 | 10111 | 101110 |
Color Harmonies of #5A6891
Complementary color
Monochromatic Colors of #5A6891
Black with #5A6891
Text Example
Text Example
White with #5A6891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6891; }
p { color: rgb(90,104,145); }
H1.HeaderClassName
{
color: #5A6891;
}
.AnyTagClassName
{
color: #5A6891;
}
</style>
background-color css
<style>
a { background-color: #5A6891; }
a { background-color: rgb(90,104,145); }
div.DivClassName
{
background-color: #5A6891;
}
.BgClassName
{
background-color: #5A6891;
}
</style>
border-color css
<style>
span { border-color: #5A6891; }
span { border-color: rgb(90,104,145); }
td.TdClassName
{
border-color: #5A6891;
}
.TagClassName
{
border-color: #5A6891;
}
</style>