Shades of Waikawa Grey #5E739F
Tints of Waikawa Grey #5E739F
RGB
CMYK
RGB Variations
Color information
#5E739F (or 0x5E739F) is known color: Waikawa Grey. HEX triplet: 5E, 73 and 9F. RGB value is (94,115,159). Sum of RGB (Red+Green+Blue) = 94+115+159=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E739F is #A18C60. Grayscale: #717171. Windows color (decimal): -10587233 or 10449758. OLE color: 10449758.
HSL color Cylindrical-coordinate representation of color #5E739F: hue angle of 220.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E739F is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 115 | 159 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.38 |
| HSL | 220.62º | 0.26% | 0.5% | - |
| HSV(B) | 220.62º | 0.41% | 0.62% | - |
| XYZ | 17 | 17.14 | 35.21 | - |
| YUV | 113.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 159 | 0.41 | 0.28 | 0 | 0.38 | 220.62 | 0.26 | 0.5 |
| Hex | 5E | 73 | 9F | 29 | 1C | 0 | 26 | DD | 1A | 32 |
| Octal | 136 | 163 | 237 | 51 | 34 | 0 | 46 | 335 | 32 | 62 |
| Binary | 1011110 | 1110011 | 10011111 | 101001 | 11100 | 0 | 100110 | 11011101 | 11010 | 110010 |
Color Harmonies of #5E739F
Complementary color
Monochromatic Colors of #5E739F
Black with #5E739F
Text Example
Text Example
White with #5E739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E739F; }
p { color: rgb(94,115,159); }
H1.HeaderClassName
{
color: #5E739F;
}
.AnyTagClassName
{
color: #5E739F;
}
</style>
background-color css
<style>
a { background-color: #5E739F; }
a { background-color: rgb(94,115,159); }
div.DivClassName
{
background-color: #5E739F;
}
.BgClassName
{
background-color: #5E739F;
}
</style>
border-color css
<style>
span { border-color: #5E739F; }
span { border-color: rgb(94,115,159); }
td.TdClassName
{
border-color: #5E739F;
}
.TagClassName
{
border-color: #5E739F;
}
</style>