Shades of Waikawa Grey #5A6585
Tints of Waikawa Grey #5A6585
RGB
CMYK
RGB Variations
Color information
#5A6585 (or 0x5A6585) is known color: Waikawa Grey. HEX triplet: 5A, 65 and 85. RGB value is (90,101,133). Sum of RGB (Red+Green+Blue) = 90+101+133=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6585 is #A59A7A. Grayscale: #656565. Windows color (decimal): -10852987 or 8742234. OLE color: 8742234.
HSL color Cylindrical-coordinate representation of color #5A6585: hue angle of 224.65º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6585 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 101 | 133 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.48 |
| HSL | 224.65º | 0.19% | 0.44% | - |
| HSV(B) | 224.65º | 0.32% | 0.52% | - |
| XYZ | 13.1 | 13.17 | 24.04 | - |
| YUV | 101.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 133 | 0.32 | 0.24 | 0 | 0.48 | 224.65 | 0.19 | 0.44 |
| Hex | 5A | 65 | 85 | 20 | 18 | 0 | 30 | E1 | 13 | 2C |
| Octal | 132 | 145 | 205 | 40 | 30 | 0 | 60 | 341 | 23 | 54 |
| Binary | 1011010 | 1100101 | 10000101 | 100000 | 11000 | 0 | 110000 | 11100001 | 10011 | 101100 |
Color Harmonies of #5A6585
Complementary color
Monochromatic Colors of #5A6585
Black with #5A6585
Text Example
Text Example
White with #5A6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6585; }
p { color: rgb(90,101,133); }
H1.HeaderClassName
{
color: #5A6585;
}
.AnyTagClassName
{
color: #5A6585;
}
</style>
background-color css
<style>
a { background-color: #5A6585; }
a { background-color: rgb(90,101,133); }
div.DivClassName
{
background-color: #5A6585;
}
.BgClassName
{
background-color: #5A6585;
}
</style>
border-color css
<style>
span { border-color: #5A6585; }
span { border-color: rgb(90,101,133); }
td.TdClassName
{
border-color: #5A6585;
}
.TagClassName
{
border-color: #5A6585;
}
</style>