Shades of Waikawa Grey #55648D
Tints of Waikawa Grey #55648D
RGB
CMYK
RGB Variations
Color information
#55648D (or 0x55648D) is known color: Waikawa Grey. HEX triplet: 55, 64 and 8D. RGB value is (85,100,141). Sum of RGB (Red+Green+Blue) = 85+100+141=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 100 (39.45% from 255 or 30.67% 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 #55648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55648D is #AA9B72. Grayscale: #646464. Windows color (decimal): -11180915 or 9266261. OLE color: 9266261.
HSL color Cylindrical-coordinate representation of color #55648D: hue angle of 223.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55648D is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 100 | 141 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.45 |
| HSL | 223.93º | 0.25% | 0.44% | - |
| HSV(B) | 223.93º | 0.4% | 0.55% | - |
| XYZ | 13.11 | 12.97 | 27.01 | - |
| YUV | 100.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 141 | 0.40 | 0.29 | 0 | 0.45 | 223.93 | 0.25 | 0.44 |
| Hex | 55 | 64 | 8D | 28 | 1D | 0 | 2D | E0 | 19 | 2C |
| Octal | 125 | 144 | 215 | 50 | 35 | 0 | 55 | 340 | 31 | 54 |
| Binary | 1010101 | 1100100 | 10001101 | 101000 | 11101 | 0 | 101101 | 11100000 | 11001 | 101100 |
Color Harmonies of #55648D
Complementary color
Monochromatic Colors of #55648D
Black with #55648D
Text Example
Text Example
White with #55648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55648D; }
p { color: rgb(85,100,141); }
H1.HeaderClassName
{
color: #55648D;
}
.AnyTagClassName
{
color: #55648D;
}
</style>
background-color css
<style>
a { background-color: #55648D; }
a { background-color: rgb(85,100,141); }
div.DivClassName
{
background-color: #55648D;
}
.BgClassName
{
background-color: #55648D;
}
</style>
border-color css
<style>
span { border-color: #55648D; }
span { border-color: rgb(85,100,141); }
td.TdClassName
{
border-color: #55648D;
}
.TagClassName
{
border-color: #55648D;
}
</style>