Shades of Waikawa Grey #55608D
Tints of Waikawa Grey #55608D
RGB
CMYK
RGB Variations
Color information
#55608D (or 0x55608D) is known color: Waikawa Grey. HEX triplet: 55, 60 and 8D. RGB value is (85,96,141). Sum of RGB (Red+Green+Blue) = 85+96+141=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #55608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55608D is #AA9F72. Grayscale: #616161. Windows color (decimal): -11181939 or 9265237. OLE color: 9265237.
HSL color Cylindrical-coordinate representation of color #55608D: hue angle of 228.21º 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 #55608D is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 96 | 141 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.45 |
| HSL | 228.21º | 0.25% | 0.44% | - |
| HSV(B) | 228.21º | 0.4% | 0.55% | - |
| XYZ | 12.74 | 12.22 | 26.89 | - |
| YUV | 97.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 141 | 0.40 | 0.32 | 0 | 0.45 | 228.21 | 0.25 | 0.44 |
| Hex | 55 | 60 | 8D | 28 | 20 | 0 | 2D | E4 | 19 | 2C |
| Octal | 125 | 140 | 215 | 50 | 40 | 0 | 55 | 344 | 31 | 54 |
| Binary | 1010101 | 1100000 | 10001101 | 101000 | 100000 | 0 | 101101 | 11100100 | 11001 | 101100 |
Color Harmonies of #55608D
Complementary color
Monochromatic Colors of #55608D
Black with #55608D
Text Example
Text Example
White with #55608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55608D; }
p { color: rgb(85,96,141); }
H1.HeaderClassName
{
color: #55608D;
}
.AnyTagClassName
{
color: #55608D;
}
</style>
background-color css
<style>
a { background-color: #55608D; }
a { background-color: rgb(85,96,141); }
div.DivClassName
{
background-color: #55608D;
}
.BgClassName
{
background-color: #55608D;
}
</style>
border-color css
<style>
span { border-color: #55608D; }
span { border-color: rgb(85,96,141); }
td.TdClassName
{
border-color: #55608D;
}
.TagClassName
{
border-color: #55608D;
}
</style>