Shades of Waikawa Grey #535F8D
Tints of Waikawa Grey #535F8D
RGB
CMYK
RGB Variations
Color information
#535F8D (or 0x535F8D) is known color: Waikawa Grey. HEX triplet: 53, 5F and 8D. RGB value is (83,95,141). Sum of RGB (Red+Green+Blue) = 83+95+141=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #535F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F8D is #ACA072. Grayscale: #606060. Windows color (decimal): -11313267 or 9264979. OLE color: 9264979.
HSL color Cylindrical-coordinate representation of color #535F8D: hue angle of 227.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535F8D is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 95 | 141 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.45 |
| HSL | 227.59º | 0.26% | 0.44% | - |
| HSV(B) | 227.59º | 0.41% | 0.55% | - |
| XYZ | 12.47 | 11.95 | 26.85 | - |
| YUV | 96.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 141 | 0.41 | 0.33 | 0 | 0.45 | 227.59 | 0.26 | 0.44 |
| Hex | 53 | 5F | 8D | 29 | 21 | 0 | 2D | E4 | 1A | 2C |
| Octal | 123 | 137 | 215 | 51 | 41 | 0 | 55 | 344 | 32 | 54 |
| Binary | 1010011 | 1011111 | 10001101 | 101001 | 100001 | 0 | 101101 | 11100100 | 11010 | 101100 |
Color Harmonies of #535F8D
Complementary color
Monochromatic Colors of #535F8D
Black with #535F8D
Text Example
Text Example
White with #535F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F8D; }
p { color: rgb(83,95,141); }
H1.HeaderClassName
{
color: #535F8D;
}
.AnyTagClassName
{
color: #535F8D;
}
</style>
background-color css
<style>
a { background-color: #535F8D; }
a { background-color: rgb(83,95,141); }
div.DivClassName
{
background-color: #535F8D;
}
.BgClassName
{
background-color: #535F8D;
}
</style>
border-color css
<style>
span { border-color: #535F8D; }
span { border-color: rgb(83,95,141); }
td.TdClassName
{
border-color: #535F8D;
}
.TagClassName
{
border-color: #535F8D;
}
</style>