Shades of Waikawa Grey #5A7093
Tints of Waikawa Grey #5A7093
RGB
CMYK
RGB Variations
Color information
#5A7093 (or 0x5A7093) is known color: Waikawa Grey. HEX triplet: 5A, 70 and 93. RGB value is (90,112,147). Sum of RGB (Red+Green+Blue) = 90+112+147=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A7093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7093 is #A58F6C. Grayscale: #6D6D6D. Windows color (decimal): -10850157 or 9662554. OLE color: 9662554.
HSL color Cylindrical-coordinate representation of color #5A7093: hue angle of 216.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A7093 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 112 | 147 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.42 |
| HSL | 216.84º | 0.24% | 0.46% | - |
| HSV(B) | 216.84º | 0.39% | 0.58% | - |
| XYZ | 15.28 | 15.87 | 29.86 | - |
| YUV | 109.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 147 | 0.39 | 0.24 | 0 | 0.42 | 216.84 | 0.24 | 0.46 |
| Hex | 5A | 70 | 93 | 27 | 18 | 0 | 2A | D9 | 18 | 2E |
| Octal | 132 | 160 | 223 | 47 | 30 | 0 | 52 | 331 | 30 | 56 |
| Binary | 1011010 | 1110000 | 10010011 | 100111 | 11000 | 0 | 101010 | 11011001 | 11000 | 101110 |
Color Harmonies of #5A7093
Complementary color
Monochromatic Colors of #5A7093
Black with #5A7093
Text Example
Text Example
White with #5A7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7093; }
p { color: rgb(90,112,147); }
H1.HeaderClassName
{
color: #5A7093;
}
.AnyTagClassName
{
color: #5A7093;
}
</style>
background-color css
<style>
a { background-color: #5A7093; }
a { background-color: rgb(90,112,147); }
div.DivClassName
{
background-color: #5A7093;
}
.BgClassName
{
background-color: #5A7093;
}
</style>
border-color css
<style>
span { border-color: #5A7093; }
span { border-color: rgb(90,112,147); }
td.TdClassName
{
border-color: #5A7093;
}
.TagClassName
{
border-color: #5A7093;
}
</style>