Shades of Waikawa Grey #5E6585
Tints of Waikawa Grey #5E6585
RGB
CMYK
RGB Variations
Color information
#5E6585 (or 0x5E6585) is known color: Waikawa Grey. HEX triplet: 5E, 65 and 85. RGB value is (94,101,133). Sum of RGB (Red+Green+Blue) = 94+101+133=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E6585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6585 is #A19A7A. Grayscale: #666666. Windows color (decimal): -10590843 or 8742238. OLE color: 8742238.
HSL color Cylindrical-coordinate representation of color #5E6585: hue angle of 229.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6585 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 101 | 133 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.48 |
| HSL | 229.23º | 0.17% | 0.45% | - |
| HSV(B) | 229.23º | 0.29% | 0.52% | - |
| XYZ | 13.5 | 13.38 | 24.06 | - |
| YUV | 102.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 133 | 0.29 | 0.24 | 0 | 0.48 | 229.23 | 0.17 | 0.45 |
| Hex | 5E | 65 | 85 | 1D | 18 | 0 | 30 | E5 | 11 | 2D |
| Octal | 136 | 145 | 205 | 35 | 30 | 0 | 60 | 345 | 21 | 55 |
| Binary | 1011110 | 1100101 | 10000101 | 11101 | 11000 | 0 | 110000 | 11100101 | 10001 | 101101 |
Color Harmonies of #5E6585
Complementary color
Monochromatic Colors of #5E6585
Black with #5E6585
Text Example
Text Example
White with #5E6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6585; }
p { color: rgb(94,101,133); }
H1.HeaderClassName
{
color: #5E6585;
}
.AnyTagClassName
{
color: #5E6585;
}
</style>
background-color css
<style>
a { background-color: #5E6585; }
a { background-color: rgb(94,101,133); }
div.DivClassName
{
background-color: #5E6585;
}
.BgClassName
{
background-color: #5E6585;
}
</style>
border-color css
<style>
span { border-color: #5E6585; }
span { border-color: rgb(94,101,133); }
td.TdClassName
{
border-color: #5E6585;
}
.TagClassName
{
border-color: #5E6585;
}
</style>