Shades of Waikawa Grey #57618F
Tints of Waikawa Grey #57618F
RGB
CMYK
RGB Variations
Color information
#57618F (or 0x57618F) is known color: Waikawa Grey. HEX triplet: 57, 61 and 8F. RGB value is (87,97,143). Sum of RGB (Red+Green+Blue) = 87+97+143=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #57618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57618F is #A89E70. Grayscale: #636363. Windows color (decimal): -11050609 or 9396567. OLE color: 9396567.
HSL color Cylindrical-coordinate representation of color #57618F: hue angle of 229.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57618F is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 97 | 143 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.44 |
| HSL | 229.29º | 0.24% | 0.45% | - |
| HSV(B) | 229.29º | 0.39% | 0.56% | - |
| XYZ | 13.16 | 12.56 | 27.72 | - |
| YUV | 99.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 143 | 0.39 | 0.32 | 0 | 0.44 | 229.29 | 0.24 | 0.45 |
| Hex | 57 | 61 | 8F | 27 | 20 | 0 | 2C | E5 | 18 | 2D |
| Octal | 127 | 141 | 217 | 47 | 40 | 0 | 54 | 345 | 30 | 55 |
| Binary | 1010111 | 1100001 | 10001111 | 100111 | 100000 | 0 | 101100 | 11100101 | 11000 | 101101 |
Color Harmonies of #57618F
Complementary color
Monochromatic Colors of #57618F
Black with #57618F
Text Example
Text Example
White with #57618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57618F; }
p { color: rgb(87,97,143); }
H1.HeaderClassName
{
color: #57618F;
}
.AnyTagClassName
{
color: #57618F;
}
</style>
background-color css
<style>
a { background-color: #57618F; }
a { background-color: rgb(87,97,143); }
div.DivClassName
{
background-color: #57618F;
}
.BgClassName
{
background-color: #57618F;
}
</style>
border-color css
<style>
span { border-color: #57618F; }
span { border-color: rgb(87,97,143); }
td.TdClassName
{
border-color: #57618F;
}
.TagClassName
{
border-color: #57618F;
}
</style>