Shades of Waikawa Grey #5A658E
Tints of Waikawa Grey #5A658E
RGB
CMYK
RGB Variations
Color information
#5A658E (or 0x5A658E) is known color: Waikawa Grey. HEX triplet: 5A, 65 and 8E. RGB value is (90,101,142). Sum of RGB (Red+Green+Blue) = 90+101+142=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A658E is #A59A71. Grayscale: #666666. Windows color (decimal): -10852978 or 9332058. OLE color: 9332058.
HSL color Cylindrical-coordinate representation of color #5A658E: hue angle of 227.31º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A658E is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 101 | 142 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.44 |
| HSL | 227.31º | 0.22% | 0.45% | - |
| HSV(B) | 227.31º | 0.37% | 0.56% | - |
| XYZ | 13.75 | 13.43 | 27.46 | - |
| YUV | 102.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 142 | 0.37 | 0.29 | 0 | 0.44 | 227.31 | 0.22 | 0.45 |
| Hex | 5A | 65 | 8E | 25 | 1D | 0 | 2C | E3 | 16 | 2D |
| Octal | 132 | 145 | 216 | 45 | 35 | 0 | 54 | 343 | 26 | 55 |
| Binary | 1011010 | 1100101 | 10001110 | 100101 | 11101 | 0 | 101100 | 11100011 | 10110 | 101101 |
Color Harmonies of #5A658E
Complementary color
Monochromatic Colors of #5A658E
Black with #5A658E
Text Example
Text Example
White with #5A658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A658E; }
p { color: rgb(90,101,142); }
H1.HeaderClassName
{
color: #5A658E;
}
.AnyTagClassName
{
color: #5A658E;
}
</style>
background-color css
<style>
a { background-color: #5A658E; }
a { background-color: rgb(90,101,142); }
div.DivClassName
{
background-color: #5A658E;
}
.BgClassName
{
background-color: #5A658E;
}
</style>
border-color css
<style>
span { border-color: #5A658E; }
span { border-color: rgb(90,101,142); }
td.TdClassName
{
border-color: #5A658E;
}
.TagClassName
{
border-color: #5A658E;
}
</style>