Shades of Waikawa Grey #5A709B
Tints of Waikawa Grey #5A709B
RGB
CMYK
RGB Variations
Color information
#5A709B (or 0x5A709B) is known color: Waikawa Grey. HEX triplet: 5A, 70 and 9B. RGB value is (90,112,155). Sum of RGB (Red+Green+Blue) = 90+112+155=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A709B is #A58F64. Grayscale: #6E6E6E. Windows color (decimal): -10850149 or 10186842. OLE color: 10186842.
HSL color Cylindrical-coordinate representation of color #5A709B: hue angle of 219.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A709B is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 112 | 155 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.39 |
| HSL | 219.69º | 0.27% | 0.48% | - |
| HSV(B) | 219.69º | 0.42% | 0.61% | - |
| XYZ | 15.93 | 16.13 | 33.28 | - |
| YUV | 110.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 155 | 0.42 | 0.28 | 0 | 0.39 | 219.69 | 0.27 | 0.48 |
| Hex | 5A | 70 | 9B | 2A | 1C | 0 | 27 | DC | 1B | 30 |
| Octal | 132 | 160 | 233 | 52 | 34 | 0 | 47 | 334 | 33 | 60 |
| Binary | 1011010 | 1110000 | 10011011 | 101010 | 11100 | 0 | 100111 | 11011100 | 11011 | 110000 |
Color Harmonies of #5A709B
Complementary color
Monochromatic Colors of #5A709B
Black with #5A709B
Text Example
Text Example
White with #5A709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A709B; }
p { color: rgb(90,112,155); }
H1.HeaderClassName
{
color: #5A709B;
}
.AnyTagClassName
{
color: #5A709B;
}
</style>
background-color css
<style>
a { background-color: #5A709B; }
a { background-color: rgb(90,112,155); }
div.DivClassName
{
background-color: #5A709B;
}
.BgClassName
{
background-color: #5A709B;
}
</style>
border-color css
<style>
span { border-color: #5A709B; }
span { border-color: rgb(90,112,155); }
td.TdClassName
{
border-color: #5A709B;
}
.TagClassName
{
border-color: #5A709B;
}
</style>