Shades of Waikawa Grey #57628D
Tints of Waikawa Grey #57628D
RGB
CMYK
RGB Variations
Color information
#57628D (or 0x57628D) is known color: Waikawa Grey. HEX triplet: 57, 62 and 8D. RGB value is (87,98,141). Sum of RGB (Red+Green+Blue) = 87+98+141=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 98 (38.67% from 255 or 30.06% 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 #57628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57628D is #A89D72. Grayscale: #636363. Windows color (decimal): -11050355 or 9265751. OLE color: 9265751.
HSL color Cylindrical-coordinate representation of color #57628D: hue angle of 227.78º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57628D is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 98 | 141 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.45 |
| HSL | 227.78º | 0.24% | 0.45% | - |
| HSV(B) | 227.78º | 0.38% | 0.55% | - |
| XYZ | 13.11 | 12.68 | 26.96 | - |
| YUV | 99.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 141 | 0.38 | 0.30 | 0 | 0.45 | 227.78 | 0.24 | 0.45 |
| Hex | 57 | 62 | 8D | 26 | 1E | 0 | 2D | E4 | 18 | 2D |
| Octal | 127 | 142 | 215 | 46 | 36 | 0 | 55 | 344 | 30 | 55 |
| Binary | 1010111 | 1100010 | 10001101 | 100110 | 11110 | 0 | 101101 | 11100100 | 11000 | 101101 |
Color Harmonies of #57628D
Complementary color
Monochromatic Colors of #57628D
Black with #57628D
Text Example
Text Example
White with #57628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57628D; }
p { color: rgb(87,98,141); }
H1.HeaderClassName
{
color: #57628D;
}
.AnyTagClassName
{
color: #57628D;
}
</style>
background-color css
<style>
a { background-color: #57628D; }
a { background-color: rgb(87,98,141); }
div.DivClassName
{
background-color: #57628D;
}
.BgClassName
{
background-color: #57628D;
}
</style>
border-color css
<style>
span { border-color: #57628D; }
span { border-color: rgb(87,98,141); }
td.TdClassName
{
border-color: #57628D;
}
.TagClassName
{
border-color: #57628D;
}
</style>