Shades of Waikawa Grey #55618A
Tints of Waikawa Grey #55618A
RGB
CMYK
RGB Variations
Color information
#55618A (or 0x55618A) is known color: Waikawa Grey. HEX triplet: 55, 61 and 8A. RGB value is (85,97,138). Sum of RGB (Red+Green+Blue) = 85+97+138=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #55618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55618A is #AA9E75. Grayscale: #616161. Windows color (decimal): -11181686 or 9068885. OLE color: 9068885.
HSL color Cylindrical-coordinate representation of color #55618A: hue angle of 226.42º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55618A is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 97 | 138 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.46 |
| HSL | 226.42º | 0.24% | 0.44% | - |
| HSV(B) | 226.42º | 0.38% | 0.54% | - |
| XYZ | 12.61 | 12.32 | 25.76 | - |
| YUV | 98.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 138 | 0.38 | 0.30 | 0 | 0.46 | 226.42 | 0.24 | 0.44 |
| Hex | 55 | 61 | 8A | 26 | 1E | 0 | 2E | E2 | 18 | 2C |
| Octal | 125 | 141 | 212 | 46 | 36 | 0 | 56 | 342 | 30 | 54 |
| Binary | 1010101 | 1100001 | 10001010 | 100110 | 11110 | 0 | 101110 | 11100010 | 11000 | 101100 |
Color Harmonies of #55618A
Complementary color
Monochromatic Colors of #55618A
Black with #55618A
Text Example
Text Example
White with #55618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55618A; }
p { color: rgb(85,97,138); }
H1.HeaderClassName
{
color: #55618A;
}
.AnyTagClassName
{
color: #55618A;
}
</style>
background-color css
<style>
a { background-color: #55618A; }
a { background-color: rgb(85,97,138); }
div.DivClassName
{
background-color: #55618A;
}
.BgClassName
{
background-color: #55618A;
}
</style>
border-color css
<style>
span { border-color: #55618A; }
span { border-color: rgb(85,97,138); }
td.TdClassName
{
border-color: #55618A;
}
.TagClassName
{
border-color: #55618A;
}
</style>