Shades of Waikawa Grey #5E6796
Tints of Waikawa Grey #5E6796
RGB
CMYK
RGB Variations
Color information
#5E6796 (or 0x5E6796) is known color: Waikawa Grey. HEX triplet: 5E, 67 and 96. RGB value is (94,103,150). Sum of RGB (Red+Green+Blue) = 94+103+150=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E6796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6796 is #A19869. Grayscale: #696969. Windows color (decimal): -10590314 or 9856862. OLE color: 9856862.
HSL color Cylindrical-coordinate representation of color #5E6796: hue angle of 230.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E6796 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 103 | 150 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.41 |
| HSL | 230.36º | 0.23% | 0.48% | - |
| HSV(B) | 230.36º | 0.37% | 0.59% | - |
| XYZ | 14.97 | 14.28 | 30.82 | - |
| YUV | 105.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 150 | 0.37 | 0.31 | 0 | 0.41 | 230.36 | 0.23 | 0.48 |
| Hex | 5E | 67 | 96 | 25 | 1F | 0 | 29 | E6 | 17 | 30 |
| Octal | 136 | 147 | 226 | 45 | 37 | 0 | 51 | 346 | 27 | 60 |
| Binary | 1011110 | 1100111 | 10010110 | 100101 | 11111 | 0 | 101001 | 11100110 | 10111 | 110000 |
Color Harmonies of #5E6796
Complementary color
Monochromatic Colors of #5E6796
Black with #5E6796
Text Example
Text Example
White with #5E6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6796; }
p { color: rgb(94,103,150); }
H1.HeaderClassName
{
color: #5E6796;
}
.AnyTagClassName
{
color: #5E6796;
}
</style>
background-color css
<style>
a { background-color: #5E6796; }
a { background-color: rgb(94,103,150); }
div.DivClassName
{
background-color: #5E6796;
}
.BgClassName
{
background-color: #5E6796;
}
</style>
border-color css
<style>
span { border-color: #5E6796; }
span { border-color: rgb(94,103,150); }
td.TdClassName
{
border-color: #5E6796;
}
.TagClassName
{
border-color: #5E6796;
}
</style>