Shades of Waikawa Grey #56638D
Tints of Waikawa Grey #56638D
RGB
CMYK
RGB Variations
Color information
#56638D (or 0x56638D) is known color: Waikawa Grey. HEX triplet: 56, 63 and 8D. RGB value is (86,99,141). Sum of RGB (Red+Green+Blue) = 86+99+141=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #56638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56638D is #A99C72. Grayscale: #636363. Windows color (decimal): -11115635 or 9266006. OLE color: 9266006.
HSL color Cylindrical-coordinate representation of color #56638D: hue angle of 225.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56638D is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 99 | 141 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.45 |
| HSL | 225.82º | 0.24% | 0.45% | - |
| HSV(B) | 225.82º | 0.39% | 0.55% | - |
| XYZ | 13.11 | 12.83 | 26.98 | - |
| YUV | 99.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 141 | 0.39 | 0.30 | 0 | 0.45 | 225.82 | 0.24 | 0.45 |
| Hex | 56 | 63 | 8D | 27 | 1E | 0 | 2D | E2 | 18 | 2D |
| Octal | 126 | 143 | 215 | 47 | 36 | 0 | 55 | 342 | 30 | 55 |
| Binary | 1010110 | 1100011 | 10001101 | 100111 | 11110 | 0 | 101101 | 11100010 | 11000 | 101101 |
Color Harmonies of #56638D
Complementary color
Monochromatic Colors of #56638D
Black with #56638D
Text Example
Text Example
White with #56638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56638D; }
p { color: rgb(86,99,141); }
H1.HeaderClassName
{
color: #56638D;
}
.AnyTagClassName
{
color: #56638D;
}
</style>
background-color css
<style>
a { background-color: #56638D; }
a { background-color: rgb(86,99,141); }
div.DivClassName
{
background-color: #56638D;
}
.BgClassName
{
background-color: #56638D;
}
</style>
border-color css
<style>
span { border-color: #56638D; }
span { border-color: rgb(86,99,141); }
td.TdClassName
{
border-color: #56638D;
}
.TagClassName
{
border-color: #56638D;
}
</style>