Shades of Waikawa Grey #5E708D
Tints of Waikawa Grey #5E708D
RGB
CMYK
RGB Variations
Color information
#5E708D (or 0x5E708D) is known color: Waikawa Grey. HEX triplet: 5E, 70 and 8D. RGB value is (94,112,141). Sum of RGB (Red+Green+Blue) = 94+112+141=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E708D is #A18F72. Grayscale: #6D6D6D. Windows color (decimal): -10588019 or 9269342. OLE color: 9269342.
HSL color Cylindrical-coordinate representation of color #5E708D: hue angle of 217.02º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E708D is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 112 | 141 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.45 |
| HSL | 217.02º | 0.2% | 0.46% | - |
| HSV(B) | 217.02º | 0.33% | 0.55% | - |
| XYZ | 15.22 | 15.89 | 27.46 | - |
| YUV | 109.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 141 | 0.33 | 0.21 | 0 | 0.45 | 217.02 | 0.2 | 0.46 |
| Hex | 5E | 70 | 8D | 21 | 15 | 0 | 2D | D9 | 14 | 2E |
| Octal | 136 | 160 | 215 | 41 | 25 | 0 | 55 | 331 | 24 | 56 |
| Binary | 1011110 | 1110000 | 10001101 | 100001 | 10101 | 0 | 101101 | 11011001 | 10100 | 101110 |
Color Harmonies of #5E708D
Complementary color
Monochromatic Colors of #5E708D
Black with #5E708D
Text Example
Text Example
White with #5E708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E708D; }
p { color: rgb(94,112,141); }
H1.HeaderClassName
{
color: #5E708D;
}
.AnyTagClassName
{
color: #5E708D;
}
</style>
background-color css
<style>
a { background-color: #5E708D; }
a { background-color: rgb(94,112,141); }
div.DivClassName
{
background-color: #5E708D;
}
.BgClassName
{
background-color: #5E708D;
}
</style>
border-color css
<style>
span { border-color: #5E708D; }
span { border-color: rgb(94,112,141); }
td.TdClassName
{
border-color: #5E708D;
}
.TagClassName
{
border-color: #5E708D;
}
</style>