Shades of Waikawa Grey #5A729E
Tints of Waikawa Grey #5A729E
RGB
CMYK
RGB Variations
Color information
#5A729E (or 0x5A729E) is known color: Waikawa Grey. HEX triplet: 5A, 72 and 9E. RGB value is (90,114,158). Sum of RGB (Red+Green+Blue) = 90+114+158=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A729E is #A58D61. Grayscale: #6F6F6F. Windows color (decimal): -10849634 or 10383962. OLE color: 10383962.
HSL color Cylindrical-coordinate representation of color #5A729E: hue angle of 218.82º 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 #5A729E is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 114 | 158 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.38 |
| HSL | 218.82º | 0.27% | 0.49% | - |
| HSV(B) | 218.82º | 0.43% | 0.62% | - |
| XYZ | 16.41 | 16.68 | 34.7 | - |
| YUV | 111.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 158 | 0.43 | 0.28 | 0 | 0.38 | 218.82 | 0.27 | 0.49 |
| Hex | 5A | 72 | 9E | 2B | 1C | 0 | 26 | DB | 1B | 31 |
| Octal | 132 | 162 | 236 | 53 | 34 | 0 | 46 | 333 | 33 | 61 |
| Binary | 1011010 | 1110010 | 10011110 | 101011 | 11100 | 0 | 100110 | 11011011 | 11011 | 110001 |
Color Harmonies of #5A729E
Complementary color
Monochromatic Colors of #5A729E
Black with #5A729E
Text Example
Text Example
White with #5A729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A729E; }
p { color: rgb(90,114,158); }
H1.HeaderClassName
{
color: #5A729E;
}
.AnyTagClassName
{
color: #5A729E;
}
</style>
background-color css
<style>
a { background-color: #5A729E; }
a { background-color: rgb(90,114,158); }
div.DivClassName
{
background-color: #5A729E;
}
.BgClassName
{
background-color: #5A729E;
}
</style>
border-color css
<style>
span { border-color: #5A729E; }
span { border-color: rgb(90,114,158); }
td.TdClassName
{
border-color: #5A729E;
}
.TagClassName
{
border-color: #5A729E;
}
</style>