Shades of Waikawa Grey #55618E
Tints of Waikawa Grey #55618E
RGB
CMYK
RGB Variations
Color information
#55618E (or 0x55618E) is known color: Waikawa Grey. HEX triplet: 55, 61 and 8E. RGB value is (85,97,142). Sum of RGB (Red+Green+Blue) = 85+97+142=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #55618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55618E is #AA9E71. Grayscale: #626262. Windows color (decimal): -11181682 or 9331029. OLE color: 9331029.
HSL color Cylindrical-coordinate representation of color #55618E: hue angle of 227.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55618E is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 97 | 142 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.44 |
| HSL | 227.37º | 0.25% | 0.45% | - |
| HSV(B) | 227.37º | 0.4% | 0.56% | - |
| XYZ | 12.9 | 12.43 | 27.31 | - |
| YUV | 98.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 142 | 0.40 | 0.32 | 0 | 0.44 | 227.37 | 0.25 | 0.45 |
| Hex | 55 | 61 | 8E | 28 | 20 | 0 | 2C | E3 | 19 | 2D |
| Octal | 125 | 141 | 216 | 50 | 40 | 0 | 54 | 343 | 31 | 55 |
| Binary | 1010101 | 1100001 | 10001110 | 101000 | 100000 | 0 | 101100 | 11100011 | 11001 | 101101 |
Color Harmonies of #55618E
Complementary color
Monochromatic Colors of #55618E
Black with #55618E
Text Example
Text Example
White with #55618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55618E; }
p { color: rgb(85,97,142); }
H1.HeaderClassName
{
color: #55618E;
}
.AnyTagClassName
{
color: #55618E;
}
</style>
background-color css
<style>
a { background-color: #55618E; }
a { background-color: rgb(85,97,142); }
div.DivClassName
{
background-color: #55618E;
}
.BgClassName
{
background-color: #55618E;
}
</style>
border-color css
<style>
span { border-color: #55618E; }
span { border-color: rgb(85,97,142); }
td.TdClassName
{
border-color: #55618E;
}
.TagClassName
{
border-color: #55618E;
}
</style>