Shades of Meteorite #534367
Tints of Meteorite #534367
RGB
CMYK
RGB Variations
Color information
#534367 (or 0x534367) is known color: Meteorite. HEX triplet: 53, 43 and 67. RGB value is (83,67,103). Sum of RGB (Red+Green+Blue) = 83+67+103=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #534367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534367 is #ACBC98. Grayscale: #4B4B4B. Windows color (decimal): -11320473 or 6767443. OLE color: 6767443.
HSL color Cylindrical-coordinate representation of color #534367: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #534367 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 67 | 103 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.60 |
| HSL | 266.67º | 0.21% | 0.33% | - |
| HSV(B) | 266.67º | 0.35% | 0.4% | - |
| XYZ | 8.02 | 6.83 | 13.73 | - |
| YUV | 75.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 103 | 0.19 | 0.35 | 0 | 0.60 | 266.67 | 0.21 | 0.33 |
| Hex | 53 | 43 | 67 | 13 | 23 | 0 | 3C | 10B | 15 | 21 |
| Octal | 123 | 103 | 147 | 23 | 43 | 0 | 74 | 413 | 25 | 41 |
| Binary | 1010011 | 1000011 | 1100111 | 10011 | 100011 | 0 | 111100 | 100001011 | 10101 | 100001 |
Color Harmonies of #534367
Complementary color
Monochromatic Colors of #534367
Black with #534367
Text Example
Text Example
White with #534367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534367; }
p { color: rgb(83,67,103); }
H1.HeaderClassName
{
color: #534367;
}
.AnyTagClassName
{
color: #534367;
}
</style>
background-color css
<style>
a { background-color: #534367; }
a { background-color: rgb(83,67,103); }
div.DivClassName
{
background-color: #534367;
}
.BgClassName
{
background-color: #534367;
}
</style>
border-color css
<style>
span { border-color: #534367; }
span { border-color: rgb(83,67,103); }
td.TdClassName
{
border-color: #534367;
}
.TagClassName
{
border-color: #534367;
}
</style>