Shades of Meteorite #534575
Tints of Meteorite #534575
RGB
CMYK
RGB Variations
Color information
#534575 (or 0x534575) is known color: Meteorite. HEX triplet: 53, 45 and 75. RGB value is (83,69,117). Sum of RGB (Red+Green+Blue) = 83+69+117=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #534575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534575 is #ACBA8A. Grayscale: #4E4E4E. Windows color (decimal): -11319947 or 7685459. OLE color: 7685459.
HSL color Cylindrical-coordinate representation of color #534575: hue angle of 257.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534575 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 69 | 117 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.54 |
| HSL | 257.5º | 0.26% | 0.36% | - |
| HSV(B) | 257.5º | 0.41% | 0.46% | - |
| XYZ | 8.91 | 7.38 | 17.78 | - |
| YUV | 78.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 117 | 0.29 | 0.41 | 0 | 0.54 | 257.5 | 0.26 | 0.36 |
| Hex | 53 | 45 | 75 | 1D | 29 | 0 | 36 | 102 | 1A | 24 |
| Octal | 123 | 105 | 165 | 35 | 51 | 0 | 66 | 402 | 32 | 44 |
| Binary | 1010011 | 1000101 | 1110101 | 11101 | 101001 | 0 | 110110 | 100000010 | 11010 | 100100 |
Color Harmonies of #534575
Complementary color
Monochromatic Colors of #534575
Black with #534575
Text Example
Text Example
White with #534575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534575; }
p { color: rgb(83,69,117); }
H1.HeaderClassName
{
color: #534575;
}
.AnyTagClassName
{
color: #534575;
}
</style>
background-color css
<style>
a { background-color: #534575; }
a { background-color: rgb(83,69,117); }
div.DivClassName
{
background-color: #534575;
}
.BgClassName
{
background-color: #534575;
}
</style>
border-color css
<style>
span { border-color: #534575; }
span { border-color: rgb(83,69,117); }
td.TdClassName
{
border-color: #534575;
}
.TagClassName
{
border-color: #534575;
}
</style>