Shades of Waikawa Grey #5A7597
Tints of Waikawa Grey #5A7597
RGB
CMYK
RGB Variations
Color information
#5A7597 (or 0x5A7597) is known color: Waikawa Grey. HEX triplet: 5A, 75 and 97. RGB value is (90,117,151). Sum of RGB (Red+Green+Blue) = 90+117+151=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A7597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7597 is #A58A68. Grayscale: #707070. Windows color (decimal): -10848873 or 9925978. OLE color: 9925978.
HSL color Cylindrical-coordinate representation of color #5A7597: hue angle of 213.44º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A7597 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 117 | 151 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.41 |
| HSL | 213.44º | 0.25% | 0.47% | - |
| HSV(B) | 213.44º | 0.4% | 0.59% | - |
| XYZ | 16.16 | 17.13 | 31.73 | - |
| YUV | 112.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 151 | 0.40 | 0.23 | 0 | 0.41 | 213.44 | 0.25 | 0.47 |
| Hex | 5A | 75 | 97 | 28 | 17 | 0 | 29 | D5 | 19 | 2F |
| Octal | 132 | 165 | 227 | 50 | 27 | 0 | 51 | 325 | 31 | 57 |
| Binary | 1011010 | 1110101 | 10010111 | 101000 | 10111 | 0 | 101001 | 11010101 | 11001 | 101111 |
Color Harmonies of #5A7597
Complementary color
Monochromatic Colors of #5A7597
Black with #5A7597
Text Example
Text Example
White with #5A7597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7597; }
p { color: rgb(90,117,151); }
H1.HeaderClassName
{
color: #5A7597;
}
.AnyTagClassName
{
color: #5A7597;
}
</style>
background-color css
<style>
a { background-color: #5A7597; }
a { background-color: rgb(90,117,151); }
div.DivClassName
{
background-color: #5A7597;
}
.BgClassName
{
background-color: #5A7597;
}
</style>
border-color css
<style>
span { border-color: #5A7597; }
span { border-color: rgb(90,117,151); }
td.TdClassName
{
border-color: #5A7597;
}
.TagClassName
{
border-color: #5A7597;
}
</style>