Shades of Waikawa Grey #5E718C
Tints of Waikawa Grey #5E718C
RGB
CMYK
RGB Variations
Color information
#5E718C (or 0x5E718C) is known color: Waikawa Grey. HEX triplet: 5E, 71 and 8C. RGB value is (94,113,140). Sum of RGB (Red+Green+Blue) = 94+113+140=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E718C is #A18E73. Grayscale: #6E6E6E. Windows color (decimal): -10587764 or 9204062. OLE color: 9204062.
HSL color Cylindrical-coordinate representation of color #5E718C: hue angle of 215.22º 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 #5E718C is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 113 | 140 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.45 |
| HSL | 215.22º | 0.2% | 0.46% | - |
| HSV(B) | 215.22º | 0.33% | 0.55% | - |
| XYZ | 15.25 | 16.08 | 27.11 | - |
| YUV | 110.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 140 | 0.33 | 0.19 | 0 | 0.45 | 215.22 | 0.2 | 0.46 |
| Hex | 5E | 71 | 8C | 21 | 13 | 0 | 2D | D7 | 14 | 2E |
| Octal | 136 | 161 | 214 | 41 | 23 | 0 | 55 | 327 | 24 | 56 |
| Binary | 1011110 | 1110001 | 10001100 | 100001 | 10011 | 0 | 101101 | 11010111 | 10100 | 101110 |
Color Harmonies of #5E718C
Complementary color
Monochromatic Colors of #5E718C
Black with #5E718C
Text Example
Text Example
White with #5E718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E718C; }
p { color: rgb(94,113,140); }
H1.HeaderClassName
{
color: #5E718C;
}
.AnyTagClassName
{
color: #5E718C;
}
</style>
background-color css
<style>
a { background-color: #5E718C; }
a { background-color: rgb(94,113,140); }
div.DivClassName
{
background-color: #5E718C;
}
.BgClassName
{
background-color: #5E718C;
}
</style>
border-color css
<style>
span { border-color: #5E718C; }
span { border-color: rgb(94,113,140); }
td.TdClassName
{
border-color: #5E718C;
}
.TagClassName
{
border-color: #5E718C;
}
</style>