Shades of Waikawa Grey #5E779D
Tints of Waikawa Grey #5E779D
RGB
CMYK
RGB Variations
Color information
#5E779D (or 0x5E779D) is known color: Waikawa Grey. HEX triplet: 5E, 77 and 9D. RGB value is (94,119,157). Sum of RGB (Red+Green+Blue) = 94+119+157=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E779D is #A18862. Grayscale: #737373. Windows color (decimal): -10586211 or 10319710. OLE color: 10319710.
HSL color Cylindrical-coordinate representation of color #5E779D: hue angle of 216.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E779D is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 119 | 157 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.38 |
| HSL | 216.19º | 0.25% | 0.49% | - |
| HSV(B) | 216.19º | 0.4% | 0.62% | - |
| XYZ | 17.3 | 18.01 | 34.46 | - |
| YUV | 115.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 157 | 0.40 | 0.24 | 0 | 0.38 | 216.19 | 0.25 | 0.49 |
| Hex | 5E | 77 | 9D | 28 | 18 | 0 | 26 | D8 | 19 | 31 |
| Octal | 136 | 167 | 235 | 50 | 30 | 0 | 46 | 330 | 31 | 61 |
| Binary | 1011110 | 1110111 | 10011101 | 101000 | 11000 | 0 | 100110 | 11011000 | 11001 | 110001 |
Color Harmonies of #5E779D
Complementary color
Monochromatic Colors of #5E779D
Black with #5E779D
Text Example
Text Example
White with #5E779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E779D; }
p { color: rgb(94,119,157); }
H1.HeaderClassName
{
color: #5E779D;
}
.AnyTagClassName
{
color: #5E779D;
}
</style>
background-color css
<style>
a { background-color: #5E779D; }
a { background-color: rgb(94,119,157); }
div.DivClassName
{
background-color: #5E779D;
}
.BgClassName
{
background-color: #5E779D;
}
</style>
border-color css
<style>
span { border-color: #5E779D; }
span { border-color: rgb(94,119,157); }
td.TdClassName
{
border-color: #5E779D;
}
.TagClassName
{
border-color: #5E779D;
}
</style>