Shades of Meteorite #534269
Tints of Meteorite #534269
RGB
CMYK
RGB Variations
Color information
#534269 (or 0x534269) is known color: Meteorite. HEX triplet: 53, 42 and 69. RGB value is (83,66,105). Sum of RGB (Red+Green+Blue) = 83+66+105=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #534269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534269 is #ACBD96. Grayscale: #4B4B4B. Windows color (decimal): -11320727 or 6898259. OLE color: 6898259.
HSL color Cylindrical-coordinate representation of color #534269: hue angle of 266.15º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534269 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 66 | 105 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.59 |
| HSL | 266.15º | 0.23% | 0.34% | - |
| HSV(B) | 266.15º | 0.37% | 0.41% | - |
| XYZ | 8.07 | 6.76 | 14.24 | - |
| YUV | 75.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 105 | 0.21 | 0.37 | 0 | 0.59 | 266.15 | 0.23 | 0.34 |
| Hex | 53 | 42 | 69 | 15 | 25 | 0 | 3B | 10A | 17 | 22 |
| Octal | 123 | 102 | 151 | 25 | 45 | 0 | 73 | 412 | 27 | 42 |
| Binary | 1010011 | 1000010 | 1101001 | 10101 | 100101 | 0 | 111011 | 100001010 | 10111 | 100010 |
Color Harmonies of #534269
Complementary color
Monochromatic Colors of #534269
Black with #534269
Text Example
Text Example
White with #534269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534269; }
p { color: rgb(83,66,105); }
H1.HeaderClassName
{
color: #534269;
}
.AnyTagClassName
{
color: #534269;
}
</style>
background-color css
<style>
a { background-color: #534269; }
a { background-color: rgb(83,66,105); }
div.DivClassName
{
background-color: #534269;
}
.BgClassName
{
background-color: #534269;
}
</style>
border-color css
<style>
span { border-color: #534269; }
span { border-color: rgb(83,66,105); }
td.TdClassName
{
border-color: #534269;
}
.TagClassName
{
border-color: #534269;
}
</style>