Shades of Waikawa Grey #5A6C90
Tints of Waikawa Grey #5A6C90
RGB
CMYK
RGB Variations
Color information
#5A6C90 (or 0x5A6C90) is known color: Waikawa Grey. HEX triplet: 5A, 6C and 90. RGB value is (90,108,144). Sum of RGB (Red+Green+Blue) = 90+108+144=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A6C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6C90 is #A5936F. Grayscale: #6A6A6A. Windows color (decimal): -10851184 or 9464922. OLE color: 9464922.
HSL color Cylindrical-coordinate representation of color #5A6C90: hue angle of 220º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A6C90 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 108 | 144 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.44 |
| HSL | 220º | 0.23% | 0.46% | - |
| HSV(B) | 220º | 0.38% | 0.56% | - |
| XYZ | 14.61 | 14.91 | 28.49 | - |
| YUV | 106.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 144 | 0.37 | 0.25 | 0 | 0.44 | 220 | 0.23 | 0.46 |
| Hex | 5A | 6C | 90 | 25 | 19 | 0 | 2C | DC | 17 | 2E |
| Octal | 132 | 154 | 220 | 45 | 31 | 0 | 54 | 334 | 27 | 56 |
| Binary | 1011010 | 1101100 | 10010000 | 100101 | 11001 | 0 | 101100 | 11011100 | 10111 | 101110 |
Color Harmonies of #5A6C90
Complementary color
Monochromatic Colors of #5A6C90
Black with #5A6C90
Text Example
Text Example
White with #5A6C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6C90; }
p { color: rgb(90,108,144); }
H1.HeaderClassName
{
color: #5A6C90;
}
.AnyTagClassName
{
color: #5A6C90;
}
</style>
background-color css
<style>
a { background-color: #5A6C90; }
a { background-color: rgb(90,108,144); }
div.DivClassName
{
background-color: #5A6C90;
}
.BgClassName
{
background-color: #5A6C90;
}
</style>
border-color css
<style>
span { border-color: #5A6C90; }
span { border-color: rgb(90,108,144); }
td.TdClassName
{
border-color: #5A6C90;
}
.TagClassName
{
border-color: #5A6C90;
}
</style>