Shades of Meteorite #534A6D
Tints of Meteorite #534A6D
RGB
CMYK
RGB Variations
Color information
#534A6D (or 0x534A6D) is known color: Meteorite. HEX triplet: 53, 4A and 6D. RGB value is (83,74,109). Sum of RGB (Red+Green+Blue) = 83+74+109=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #534A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A6D is #ACB592. Grayscale: #505050. Windows color (decimal): -11318675 or 7162451. OLE color: 7162451.
HSL color Cylindrical-coordinate representation of color #534A6D: hue angle of 255.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534A6D is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 74 | 109 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.57 |
| HSL | 255.43º | 0.19% | 0.36% | - |
| HSV(B) | 255.43º | 0.32% | 0.43% | - |
| XYZ | 8.78 | 7.84 | 15.52 | - |
| YUV | 80.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 109 | 0.24 | 0.32 | 0 | 0.57 | 255.43 | 0.19 | 0.36 |
| Hex | 53 | 4A | 6D | 18 | 20 | 0 | 39 | FF | 13 | 24 |
| Octal | 123 | 112 | 155 | 30 | 40 | 0 | 71 | 377 | 23 | 44 |
| Binary | 1010011 | 1001010 | 1101101 | 11000 | 100000 | 0 | 111001 | 11111111 | 10011 | 100100 |
Color Harmonies of #534A6D
Complementary color
Monochromatic Colors of #534A6D
Black with #534A6D
Text Example
Text Example
White with #534A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A6D; }
p { color: rgb(83,74,109); }
H1.HeaderClassName
{
color: #534A6D;
}
.AnyTagClassName
{
color: #534A6D;
}
</style>
background-color css
<style>
a { background-color: #534A6D; }
a { background-color: rgb(83,74,109); }
div.DivClassName
{
background-color: #534A6D;
}
.BgClassName
{
background-color: #534A6D;
}
</style>
border-color css
<style>
span { border-color: #534A6D; }
span { border-color: rgb(83,74,109); }
td.TdClassName
{
border-color: #534A6D;
}
.TagClassName
{
border-color: #534A6D;
}
</style>