Shades of Waikawa Grey #5E6791
Tints of Waikawa Grey #5E6791
RGB
CMYK
RGB Variations
Color information
#5E6791 (or 0x5E6791) is known color: Waikawa Grey. HEX triplet: 5E, 67 and 91. RGB value is (94,103,145). Sum of RGB (Red+Green+Blue) = 94+103+145=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E6791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6791 is #A1986E. Grayscale: #686868. Windows color (decimal): -10590319 or 9529182. OLE color: 9529182.
HSL color Cylindrical-coordinate representation of color #5E6791: hue angle of 229.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E6791 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 103 | 145 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.43 |
| HSL | 229.41º | 0.21% | 0.47% | - |
| HSV(B) | 229.41º | 0.35% | 0.57% | - |
| XYZ | 14.58 | 14.12 | 28.75 | - |
| YUV | 105.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 145 | 0.35 | 0.29 | 0 | 0.43 | 229.41 | 0.21 | 0.47 |
| Hex | 5E | 67 | 91 | 23 | 1D | 0 | 2B | E5 | 15 | 2F |
| Octal | 136 | 147 | 221 | 43 | 35 | 0 | 53 | 345 | 25 | 57 |
| Binary | 1011110 | 1100111 | 10010001 | 100011 | 11101 | 0 | 101011 | 11100101 | 10101 | 101111 |
Color Harmonies of #5E6791
Complementary color
Monochromatic Colors of #5E6791
Black with #5E6791
Text Example
Text Example
White with #5E6791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6791; }
p { color: rgb(94,103,145); }
H1.HeaderClassName
{
color: #5E6791;
}
.AnyTagClassName
{
color: #5E6791;
}
</style>
background-color css
<style>
a { background-color: #5E6791; }
a { background-color: rgb(94,103,145); }
div.DivClassName
{
background-color: #5E6791;
}
.BgClassName
{
background-color: #5E6791;
}
</style>
border-color css
<style>
span { border-color: #5E6791; }
span { border-color: rgb(94,103,145); }
td.TdClassName
{
border-color: #5E6791;
}
.TagClassName
{
border-color: #5E6791;
}
</style>