Shades of Waikawa Grey #5E658B
Tints of Waikawa Grey #5E658B
RGB
CMYK
RGB Variations
Color information
#5E658B (or 0x5E658B) is known color: Waikawa Grey. HEX triplet: 5E, 65 and 8B. RGB value is (94,101,139). Sum of RGB (Red+Green+Blue) = 94+101+139=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E658B is #A19A74. Grayscale: #676767. Windows color (decimal): -10590837 or 9135454. OLE color: 9135454.
HSL color Cylindrical-coordinate representation of color #5E658B: hue angle of 230.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E658B is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 101 | 139 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.45 |
| HSL | 230.67º | 0.19% | 0.46% | - |
| HSV(B) | 230.67º | 0.32% | 0.55% | - |
| XYZ | 13.93 | 13.55 | 26.31 | - |
| YUV | 103.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 139 | 0.32 | 0.27 | 0 | 0.45 | 230.67 | 0.19 | 0.46 |
| Hex | 5E | 65 | 8B | 20 | 1B | 0 | 2D | E7 | 13 | 2E |
| Octal | 136 | 145 | 213 | 40 | 33 | 0 | 55 | 347 | 23 | 56 |
| Binary | 1011110 | 1100101 | 10001011 | 100000 | 11011 | 0 | 101101 | 11100111 | 10011 | 101110 |
Color Harmonies of #5E658B
Complementary color
Monochromatic Colors of #5E658B
Black with #5E658B
Text Example
Text Example
White with #5E658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E658B; }
p { color: rgb(94,101,139); }
H1.HeaderClassName
{
color: #5E658B;
}
.AnyTagClassName
{
color: #5E658B;
}
</style>
background-color css
<style>
a { background-color: #5E658B; }
a { background-color: rgb(94,101,139); }
div.DivClassName
{
background-color: #5E658B;
}
.BgClassName
{
background-color: #5E658B;
}
</style>
border-color css
<style>
span { border-color: #5E658B; }
span { border-color: rgb(94,101,139); }
td.TdClassName
{
border-color: #5E658B;
}
.TagClassName
{
border-color: #5E658B;
}
</style>