Shades of Waikawa Grey #5E6581
Tints of Waikawa Grey #5E6581
RGB
CMYK
RGB Variations
Color information
#5E6581 (or 0x5E6581) is known color: Waikawa Grey. HEX triplet: 5E, 65 and 81. RGB value is (94,101,129). Sum of RGB (Red+Green+Blue) = 94+101+129=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E6581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6581 is #A19A7E. Grayscale: #656565. Windows color (decimal): -10590847 or 8480094. OLE color: 8480094.
HSL color Cylindrical-coordinate representation of color #5E6581: hue angle of 228º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6581 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 101 | 129 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.49 |
| HSL | 228º | 0.16% | 0.44% | - |
| HSV(B) | 228º | 0.27% | 0.51% | - |
| XYZ | 13.23 | 13.27 | 22.63 | - |
| YUV | 102.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 129 | 0.27 | 0.22 | 0 | 0.49 | 228 | 0.16 | 0.44 |
| Hex | 5E | 65 | 81 | 1B | 16 | 0 | 31 | E4 | 10 | 2C |
| Octal | 136 | 145 | 201 | 33 | 26 | 0 | 61 | 344 | 20 | 54 |
| Binary | 1011110 | 1100101 | 10000001 | 11011 | 10110 | 0 | 110001 | 11100100 | 10000 | 101100 |
Color Harmonies of #5E6581
Complementary color
Monochromatic Colors of #5E6581
Black with #5E6581
Text Example
Text Example
White with #5E6581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6581; }
p { color: rgb(94,101,129); }
H1.HeaderClassName
{
color: #5E6581;
}
.AnyTagClassName
{
color: #5E6581;
}
</style>
background-color css
<style>
a { background-color: #5E6581; }
a { background-color: rgb(94,101,129); }
div.DivClassName
{
background-color: #5E6581;
}
.BgClassName
{
background-color: #5E6581;
}
</style>
border-color css
<style>
span { border-color: #5E6581; }
span { border-color: rgb(94,101,129); }
td.TdClassName
{
border-color: #5E6581;
}
.TagClassName
{
border-color: #5E6581;
}
</style>