Shades of Waikawa Grey #5A729B
Tints of Waikawa Grey #5A729B
RGB
CMYK
RGB Variations
Color information
#5A729B (or 0x5A729B) is known color: Waikawa Grey. HEX triplet: 5A, 72 and 9B. RGB value is (90,114,155). Sum of RGB (Red+Green+Blue) = 90+114+155=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A729B is #A58D64. Grayscale: #6F6F6F. Windows color (decimal): -10849637 or 10187354. OLE color: 10187354.
HSL color Cylindrical-coordinate representation of color #5A729B: hue angle of 217.85º 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 #5A729B is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 114 | 155 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.39 |
| HSL | 217.85º | 0.27% | 0.48% | - |
| HSV(B) | 217.85º | 0.42% | 0.61% | - |
| XYZ | 16.15 | 16.57 | 33.36 | - |
| YUV | 111.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 155 | 0.42 | 0.26 | 0 | 0.39 | 217.85 | 0.27 | 0.48 |
| Hex | 5A | 72 | 9B | 2A | 1A | 0 | 27 | DA | 1B | 30 |
| Octal | 132 | 162 | 233 | 52 | 32 | 0 | 47 | 332 | 33 | 60 |
| Binary | 1011010 | 1110010 | 10011011 | 101010 | 11010 | 0 | 100111 | 11011010 | 11011 | 110000 |
Color Harmonies of #5A729B
Complementary color
Monochromatic Colors of #5A729B
Black with #5A729B
Text Example
Text Example
White with #5A729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A729B; }
p { color: rgb(90,114,155); }
H1.HeaderClassName
{
color: #5A729B;
}
.AnyTagClassName
{
color: #5A729B;
}
</style>
background-color css
<style>
a { background-color: #5A729B; }
a { background-color: rgb(90,114,155); }
div.DivClassName
{
background-color: #5A729B;
}
.BgClassName
{
background-color: #5A729B;
}
</style>
border-color css
<style>
span { border-color: #5A729B; }
span { border-color: rgb(90,114,155); }
td.TdClassName
{
border-color: #5A729B;
}
.TagClassName
{
border-color: #5A729B;
}
</style>