Shades of Waikawa Grey #53628F
Tints of Waikawa Grey #53628F
RGB
CMYK
RGB Variations
Color information
#53628F (or 0x53628F) is known color: Waikawa Grey. HEX triplet: 53, 62 and 8F. RGB value is (83,98,143). Sum of RGB (Red+Green+Blue) = 83+98+143=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #53628F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53628F is #AC9D70. Grayscale: #626262. Windows color (decimal): -11312497 or 9396819. OLE color: 9396819.
HSL color Cylindrical-coordinate representation of color #53628F: hue angle of 225º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53628F is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 98 | 143 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.44 |
| HSL | 225º | 0.27% | 0.44% | - |
| HSV(B) | 225º | 0.42% | 0.56% | - |
| XYZ | 12.89 | 12.56 | 27.73 | - |
| YUV | 98.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 143 | 0.42 | 0.31 | 0 | 0.44 | 225 | 0.27 | 0.44 |
| Hex | 53 | 62 | 8F | 2A | 1F | 0 | 2C | E1 | 1B | 2C |
| Octal | 123 | 142 | 217 | 52 | 37 | 0 | 54 | 341 | 33 | 54 |
| Binary | 1010011 | 1100010 | 10001111 | 101010 | 11111 | 0 | 101100 | 11100001 | 11011 | 101100 |
Color Harmonies of #53628F
Complementary color
Monochromatic Colors of #53628F
Black with #53628F
Text Example
Text Example
White with #53628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53628F; }
p { color: rgb(83,98,143); }
H1.HeaderClassName
{
color: #53628F;
}
.AnyTagClassName
{
color: #53628F;
}
</style>
background-color css
<style>
a { background-color: #53628F; }
a { background-color: rgb(83,98,143); }
div.DivClassName
{
background-color: #53628F;
}
.BgClassName
{
background-color: #53628F;
}
</style>
border-color css
<style>
span { border-color: #53628F; }
span { border-color: rgb(83,98,143); }
td.TdClassName
{
border-color: #53628F;
}
.TagClassName
{
border-color: #53628F;
}
</style>