Shades of Meteorite #453565
Tints of Meteorite #453565
RGB
CMYK
RGB Variations
Color information
#453565 (or 0x453565) is known color: Meteorite. HEX triplet: 45, 35 and 65. RGB value is (69,53,101). Sum of RGB (Red+Green+Blue) = 69+53+101=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #453565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453565 is #BACA9A. Grayscale: #3F3F3F. Windows color (decimal): -12241563 or 6632773. OLE color: 6632773.
HSL color Cylindrical-coordinate representation of color #453565: hue angle of 260º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #453565 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 53 | 101 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.60 |
| HSL | 260º | 0.31% | 0.3% | - |
| HSV(B) | 260º | 0.48% | 0.4% | - |
| XYZ | 6.08 | 4.75 | 12.91 | - |
| YUV | 63.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 101 | 0.32 | 0.48 | 0 | 0.60 | 260 | 0.31 | 0.3 |
| Hex | 45 | 35 | 65 | 20 | 30 | 0 | 3C | 104 | 1F | 1E |
| Octal | 105 | 65 | 145 | 40 | 60 | 0 | 74 | 404 | 37 | 36 |
| Binary | 1000101 | 110101 | 1100101 | 100000 | 110000 | 0 | 111100 | 100000100 | 11111 | 11110 |
Color Harmonies of #453565
Complementary color
Monochromatic Colors of #453565
Black with #453565
Text Example
Text Example
White with #453565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453565; }
p { color: rgb(69,53,101); }
H1.HeaderClassName
{
color: #453565;
}
.AnyTagClassName
{
color: #453565;
}
</style>
background-color css
<style>
a { background-color: #453565; }
a { background-color: rgb(69,53,101); }
div.DivClassName
{
background-color: #453565;
}
.BgClassName
{
background-color: #453565;
}
</style>
border-color css
<style>
span { border-color: #453565; }
span { border-color: rgb(69,53,101); }
td.TdClassName
{
border-color: #453565;
}
.TagClassName
{
border-color: #453565;
}
</style>