Shades of Waikawa Grey #5A6C91
Tints of Waikawa Grey #5A6C91
RGB
CMYK
RGB Variations
Color information
#5A6C91 (or 0x5A6C91) is known color: Waikawa Grey. HEX triplet: 5A, 6C and 91. RGB value is (90,108,145). Sum of RGB (Red+Green+Blue) = 90+108+145=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A6C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6C91 is #A5936E. Grayscale: #6A6A6A. Windows color (decimal): -10851183 or 9530458. OLE color: 9530458.
HSL color Cylindrical-coordinate representation of color #5A6C91: hue angle of 220.36º 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 #5A6C91 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 108 | 145 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.43 |
| HSL | 220.36º | 0.23% | 0.46% | - |
| HSV(B) | 220.36º | 0.38% | 0.57% | - |
| XYZ | 14.69 | 14.94 | 28.9 | - |
| YUV | 106.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 145 | 0.38 | 0.26 | 0 | 0.43 | 220.36 | 0.23 | 0.46 |
| Hex | 5A | 6C | 91 | 26 | 1A | 0 | 2B | DC | 17 | 2E |
| Octal | 132 | 154 | 221 | 46 | 32 | 0 | 53 | 334 | 27 | 56 |
| Binary | 1011010 | 1101100 | 10010001 | 100110 | 11010 | 0 | 101011 | 11011100 | 10111 | 101110 |
Color Harmonies of #5A6C91
Complementary color
Monochromatic Colors of #5A6C91
Black with #5A6C91
Text Example
Text Example
White with #5A6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C91; }
p { color: rgb(90,108,145); }
H1.HeaderClassName
{
color: #5A6C91;
}
.AnyTagClassName
{
color: #5A6C91;
}
</style>
background-color css
<style>
a { background-color: #5A6C91; }
a { background-color: rgb(90,108,145); }
div.DivClassName
{
background-color: #5A6C91;
}
.BgClassName
{
background-color: #5A6C91;
}
</style>
border-color css
<style>
span { border-color: #5A6C91; }
span { border-color: rgb(90,108,145); }
td.TdClassName
{
border-color: #5A6C91;
}
.TagClassName
{
border-color: #5A6C91;
}
</style>