Shades of Waikawa Grey #5E7290
Tints of Waikawa Grey #5E7290
RGB
CMYK
RGB Variations
Color information
#5E7290 (or 0x5E7290) is known color: Waikawa Grey. HEX triplet: 5E, 72 and 90. RGB value is (94,114,144). Sum of RGB (Red+Green+Blue) = 94+114+144=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E7290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7290 is #A18D6F. Grayscale: #6F6F6F. Windows color (decimal): -10587504 or 9466462. OLE color: 9466462.
HSL color Cylindrical-coordinate representation of color #5E7290: hue angle of 216º 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 #5E7290 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 114 | 144 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.44 |
| HSL | 216º | 0.21% | 0.47% | - |
| HSV(B) | 216º | 0.35% | 0.56% | - |
| XYZ | 15.67 | 16.43 | 28.73 | - |
| YUV | 111.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 144 | 0.35 | 0.21 | 0 | 0.44 | 216 | 0.21 | 0.47 |
| Hex | 5E | 72 | 90 | 23 | 15 | 0 | 2C | D8 | 15 | 2F |
| Octal | 136 | 162 | 220 | 43 | 25 | 0 | 54 | 330 | 25 | 57 |
| Binary | 1011110 | 1110010 | 10010000 | 100011 | 10101 | 0 | 101100 | 11011000 | 10101 | 101111 |
Color Harmonies of #5E7290
Complementary color
Monochromatic Colors of #5E7290
Black with #5E7290
Text Example
Text Example
White with #5E7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7290; }
p { color: rgb(94,114,144); }
H1.HeaderClassName
{
color: #5E7290;
}
.AnyTagClassName
{
color: #5E7290;
}
</style>
background-color css
<style>
a { background-color: #5E7290; }
a { background-color: rgb(94,114,144); }
div.DivClassName
{
background-color: #5E7290;
}
.BgClassName
{
background-color: #5E7290;
}
</style>
border-color css
<style>
span { border-color: #5E7290; }
span { border-color: rgb(94,114,144); }
td.TdClassName
{
border-color: #5E7290;
}
.TagClassName
{
border-color: #5E7290;
}
</style>