Shades of Waikawa Grey #5A719E
Tints of Waikawa Grey #5A719E
RGB
CMYK
RGB Variations
Color information
#5A719E (or 0x5A719E) is known color: Waikawa Grey. HEX triplet: 5A, 71 and 9E. RGB value is (90,113,158). Sum of RGB (Red+Green+Blue) = 90+113+158=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A719E is #A58E61. Grayscale: #6F6F6F. Windows color (decimal): -10849890 or 10383706. OLE color: 10383706.
HSL color Cylindrical-coordinate representation of color #5A719E: hue angle of 219.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A719E is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 113 | 158 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.38 |
| HSL | 219.71º | 0.27% | 0.49% | - |
| HSV(B) | 219.71º | 0.43% | 0.62% | - |
| XYZ | 16.29 | 16.45 | 34.66 | - |
| YUV | 111.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 158 | 0.43 | 0.28 | 0 | 0.38 | 219.71 | 0.27 | 0.49 |
| Hex | 5A | 71 | 9E | 2B | 1C | 0 | 26 | DC | 1B | 31 |
| Octal | 132 | 161 | 236 | 53 | 34 | 0 | 46 | 334 | 33 | 61 |
| Binary | 1011010 | 1110001 | 10011110 | 101011 | 11100 | 0 | 100110 | 11011100 | 11011 | 110001 |
Color Harmonies of #5A719E
Complementary color
Monochromatic Colors of #5A719E
Black with #5A719E
Text Example
Text Example
White with #5A719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A719E; }
p { color: rgb(90,113,158); }
H1.HeaderClassName
{
color: #5A719E;
}
.AnyTagClassName
{
color: #5A719E;
}
</style>
background-color css
<style>
a { background-color: #5A719E; }
a { background-color: rgb(90,113,158); }
div.DivClassName
{
background-color: #5A719E;
}
.BgClassName
{
background-color: #5A719E;
}
</style>
border-color css
<style>
span { border-color: #5A719E; }
span { border-color: rgb(90,113,158); }
td.TdClassName
{
border-color: #5A719E;
}
.TagClassName
{
border-color: #5A719E;
}
</style>