Shades of Waikawa Grey #5E6884
Tints of Waikawa Grey #5E6884
RGB
CMYK
RGB Variations
Color information
#5E6884 (or 0x5E6884) is known color: Waikawa Grey. HEX triplet: 5E, 68 and 84. RGB value is (94,104,132). Sum of RGB (Red+Green+Blue) = 94+104+132=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6884 is #A1977B. Grayscale: #686868. Windows color (decimal): -10590076 or 8677470. OLE color: 8677470.
HSL color Cylindrical-coordinate representation of color #5E6884: hue angle of 224.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6884 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 104 | 132 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.48 |
| HSL | 224.21º | 0.17% | 0.44% | - |
| HSV(B) | 224.21º | 0.29% | 0.52% | - |
| XYZ | 13.73 | 13.95 | 23.8 | - |
| YUV | 104.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 132 | 0.29 | 0.21 | 0 | 0.48 | 224.21 | 0.17 | 0.44 |
| Hex | 5E | 68 | 84 | 1D | 15 | 0 | 30 | E0 | 11 | 2C |
| Octal | 136 | 150 | 204 | 35 | 25 | 0 | 60 | 340 | 21 | 54 |
| Binary | 1011110 | 1101000 | 10000100 | 11101 | 10101 | 0 | 110000 | 11100000 | 10001 | 101100 |
Color Harmonies of #5E6884
Complementary color
Monochromatic Colors of #5E6884
Black with #5E6884
Text Example
Text Example
White with #5E6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6884; }
p { color: rgb(94,104,132); }
H1.HeaderClassName
{
color: #5E6884;
}
.AnyTagClassName
{
color: #5E6884;
}
</style>
background-color css
<style>
a { background-color: #5E6884; }
a { background-color: rgb(94,104,132); }
div.DivClassName
{
background-color: #5E6884;
}
.BgClassName
{
background-color: #5E6884;
}
</style>
border-color css
<style>
span { border-color: #5E6884; }
span { border-color: rgb(94,104,132); }
td.TdClassName
{
border-color: #5E6884;
}
.TagClassName
{
border-color: #5E6884;
}
</style>