Shades of Waikawa Grey #57628B
Tints of Waikawa Grey #57628B
RGB
CMYK
RGB Variations
Color information
#57628B (or 0x57628B) is known color: Waikawa Grey. HEX triplet: 57, 62 and 8B. RGB value is (87,98,139). Sum of RGB (Red+Green+Blue) = 87+98+139=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #57628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57628B is #A89D74. Grayscale: #636363. Windows color (decimal): -11050357 or 9134679. OLE color: 9134679.
HSL color Cylindrical-coordinate representation of color #57628B: hue angle of 227.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57628B is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 98 | 139 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.45 |
| HSL | 227.31º | 0.23% | 0.44% | - |
| HSV(B) | 227.31º | 0.37% | 0.55% | - |
| XYZ | 12.96 | 12.63 | 26.18 | - |
| YUV | 99.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 139 | 0.37 | 0.29 | 0 | 0.45 | 227.31 | 0.23 | 0.44 |
| Hex | 57 | 62 | 8B | 25 | 1D | 0 | 2D | E3 | 17 | 2C |
| Octal | 127 | 142 | 213 | 45 | 35 | 0 | 55 | 343 | 27 | 54 |
| Binary | 1010111 | 1100010 | 10001011 | 100101 | 11101 | 0 | 101101 | 11100011 | 10111 | 101100 |
Color Harmonies of #57628B
Complementary color
Monochromatic Colors of #57628B
Black with #57628B
Text Example
Text Example
White with #57628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57628B; }
p { color: rgb(87,98,139); }
H1.HeaderClassName
{
color: #57628B;
}
.AnyTagClassName
{
color: #57628B;
}
</style>
background-color css
<style>
a { background-color: #57628B; }
a { background-color: rgb(87,98,139); }
div.DivClassName
{
background-color: #57628B;
}
.BgClassName
{
background-color: #57628B;
}
</style>
border-color css
<style>
span { border-color: #57628B; }
span { border-color: rgb(87,98,139); }
td.TdClassName
{
border-color: #57628B;
}
.TagClassName
{
border-color: #57628B;
}
</style>