Shades of Waikawa Grey #5E6C9F
Tints of Waikawa Grey #5E6C9F
RGB
CMYK
RGB Variations
Color information
#5E6C9F (or 0x5E6C9F) is known color: Waikawa Grey. HEX triplet: 5E, 6C and 9F. RGB value is (94,108,159). Sum of RGB (Red+Green+Blue) = 94+108+159=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E6C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6C9F is #A19360. Grayscale: #6D6D6D. Windows color (decimal): -10589025 or 10447966. OLE color: 10447966.
HSL color Cylindrical-coordinate representation of color #5E6C9F: hue angle of 227.08º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E6C9F is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 108 | 159 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.38 |
| HSL | 227.08º | 0.26% | 0.5% | - |
| HSV(B) | 227.08º | 0.41% | 0.62% | - |
| XYZ | 16.24 | 15.61 | 34.96 | - |
| YUV | 109.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 159 | 0.41 | 0.32 | 0 | 0.38 | 227.08 | 0.26 | 0.5 |
| Hex | 5E | 6C | 9F | 29 | 20 | 0 | 26 | E3 | 1A | 32 |
| Octal | 136 | 154 | 237 | 51 | 40 | 0 | 46 | 343 | 32 | 62 |
| Binary | 1011110 | 1101100 | 10011111 | 101001 | 100000 | 0 | 100110 | 11100011 | 11010 | 110010 |
Color Harmonies of #5E6C9F
Complementary color
Monochromatic Colors of #5E6C9F
Black with #5E6C9F
Text Example
Text Example
White with #5E6C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6C9F; }
p { color: rgb(94,108,159); }
H1.HeaderClassName
{
color: #5E6C9F;
}
.AnyTagClassName
{
color: #5E6C9F;
}
</style>
background-color css
<style>
a { background-color: #5E6C9F; }
a { background-color: rgb(94,108,159); }
div.DivClassName
{
background-color: #5E6C9F;
}
.BgClassName
{
background-color: #5E6C9F;
}
</style>
border-color css
<style>
span { border-color: #5E6C9F; }
span { border-color: rgb(94,108,159); }
td.TdClassName
{
border-color: #5E6C9F;
}
.TagClassName
{
border-color: #5E6C9F;
}
</style>