Shades of Waikawa Grey #5E7094
Tints of Waikawa Grey #5E7094
RGB
CMYK
RGB Variations
Color information
#5E7094 (or 0x5E7094) is known color: Waikawa Grey. HEX triplet: 5E, 70 and 94. RGB value is (94,112,148). Sum of RGB (Red+Green+Blue) = 94+112+148=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E7094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7094 is #A18F6B. Grayscale: #6E6E6E. Windows color (decimal): -10588012 or 9728094. OLE color: 9728094.
HSL color Cylindrical-coordinate representation of color #5E7094: hue angle of 220º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E7094 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 112 | 148 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.42 |
| HSL | 220º | 0.22% | 0.47% | - |
| HSV(B) | 220º | 0.36% | 0.58% | - |
| XYZ | 15.76 | 16.11 | 30.3 | - |
| YUV | 110.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 148 | 0.36 | 0.24 | 0 | 0.42 | 220 | 0.22 | 0.47 |
| Hex | 5E | 70 | 94 | 24 | 18 | 0 | 2A | DC | 16 | 2F |
| Octal | 136 | 160 | 224 | 44 | 30 | 0 | 52 | 334 | 26 | 57 |
| Binary | 1011110 | 1110000 | 10010100 | 100100 | 11000 | 0 | 101010 | 11011100 | 10110 | 101111 |
Color Harmonies of #5E7094
Complementary color
Monochromatic Colors of #5E7094
Black with #5E7094
Text Example
Text Example
White with #5E7094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7094; }
p { color: rgb(94,112,148); }
H1.HeaderClassName
{
color: #5E7094;
}
.AnyTagClassName
{
color: #5E7094;
}
</style>
background-color css
<style>
a { background-color: #5E7094; }
a { background-color: rgb(94,112,148); }
div.DivClassName
{
background-color: #5E7094;
}
.BgClassName
{
background-color: #5E7094;
}
</style>
border-color css
<style>
span { border-color: #5E7094; }
span { border-color: rgb(94,112,148); }
td.TdClassName
{
border-color: #5E7094;
}
.TagClassName
{
border-color: #5E7094;
}
</style>