Shades of Waikawa Grey #56648E
Tints of Waikawa Grey #56648E
RGB
CMYK
RGB Variations
Color information
#56648E (or 0x56648E) is known color: Waikawa Grey. HEX triplet: 56, 64 and 8E. RGB value is (86,100,142). Sum of RGB (Red+Green+Blue) = 86+100+142=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #56648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56648E is #A99B71. Grayscale: #646464. Windows color (decimal): -11115378 or 9331798. OLE color: 9331798.
HSL color Cylindrical-coordinate representation of color #56648E: hue angle of 225º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56648E is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 100 | 142 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.44 |
| HSL | 225º | 0.25% | 0.45% | - |
| HSV(B) | 225º | 0.39% | 0.56% | - |
| XYZ | 13.28 | 13.05 | 27.41 | - |
| YUV | 100.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 100 | 142 | 0.39 | 0.30 | 0 | 0.44 | 225 | 0.25 | 0.45 |
| Hex | 56 | 64 | 8E | 27 | 1E | 0 | 2C | E1 | 19 | 2D |
| Octal | 126 | 144 | 216 | 47 | 36 | 0 | 54 | 341 | 31 | 55 |
| Binary | 1010110 | 1100100 | 10001110 | 100111 | 11110 | 0 | 101100 | 11100001 | 11001 | 101101 |
Color Harmonies of #56648E
Complementary color
Monochromatic Colors of #56648E
Black with #56648E
Text Example
Text Example
White with #56648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56648E; }
p { color: rgb(86,100,142); }
H1.HeaderClassName
{
color: #56648E;
}
.AnyTagClassName
{
color: #56648E;
}
</style>
background-color css
<style>
a { background-color: #56648E; }
a { background-color: rgb(86,100,142); }
div.DivClassName
{
background-color: #56648E;
}
.BgClassName
{
background-color: #56648E;
}
</style>
border-color css
<style>
span { border-color: #56648E; }
span { border-color: rgb(86,100,142); }
td.TdClassName
{
border-color: #56648E;
}
.TagClassName
{
border-color: #56648E;
}
</style>