Shades of Waikawa Grey #5E6990
Tints of Waikawa Grey #5E6990
RGB
CMYK
RGB Variations
Color information
#5E6990 (or 0x5E6990) is known color: Waikawa Grey. HEX triplet: 5E, 69 and 90. RGB value is (94,105,144). Sum of RGB (Red+Green+Blue) = 94+105+144=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6990 is #A1966F. Grayscale: #696969. Windows color (decimal): -10589808 or 9464158. OLE color: 9464158.
HSL color Cylindrical-coordinate representation of color #5E6990: hue angle of 226.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E6990 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 105 | 144 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.44 |
| HSL | 226.8º | 0.21% | 0.47% | - |
| HSV(B) | 226.8º | 0.35% | 0.56% | - |
| XYZ | 14.7 | 14.5 | 28.41 | - |
| YUV | 106.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 144 | 0.35 | 0.27 | 0 | 0.44 | 226.8 | 0.21 | 0.47 |
| Hex | 5E | 69 | 90 | 23 | 1B | 0 | 2C | E3 | 15 | 2F |
| Octal | 136 | 151 | 220 | 43 | 33 | 0 | 54 | 343 | 25 | 57 |
| Binary | 1011110 | 1101001 | 10010000 | 100011 | 11011 | 0 | 101100 | 11100011 | 10101 | 101111 |
Color Harmonies of #5E6990
Complementary color
Monochromatic Colors of #5E6990
Black with #5E6990
Text Example
Text Example
White with #5E6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6990; }
p { color: rgb(94,105,144); }
H1.HeaderClassName
{
color: #5E6990;
}
.AnyTagClassName
{
color: #5E6990;
}
</style>
background-color css
<style>
a { background-color: #5E6990; }
a { background-color: rgb(94,105,144); }
div.DivClassName
{
background-color: #5E6990;
}
.BgClassName
{
background-color: #5E6990;
}
</style>
border-color css
<style>
span { border-color: #5E6990; }
span { border-color: rgb(94,105,144); }
td.TdClassName
{
border-color: #5E6990;
}
.TagClassName
{
border-color: #5E6990;
}
</style>