Shades of Meteorite #523B70
Tints of Meteorite #523B70
RGB
CMYK
RGB Variations
Color information
#523B70 (or 0x523B70) is known color: Meteorite. HEX triplet: 52, 3B and 70. RGB value is (82,59,112). Sum of RGB (Red+Green+Blue) = 82+59+112=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #523B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B70 is #ADC48F. Grayscale: #474747. Windows color (decimal): -11388048 or 7355218. OLE color: 7355218.
HSL color Cylindrical-coordinate representation of color #523B70: hue angle of 266.04º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #523B70 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 59 | 112 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.56 |
| HSL | 266.04º | 0.31% | 0.34% | - |
| HSV(B) | 266.04º | 0.47% | 0.44% | - |
| XYZ | 7.97 | 6.09 | 16.09 | - |
| YUV | 71.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 112 | 0.27 | 0.47 | 0 | 0.56 | 266.04 | 0.31 | 0.34 |
| Hex | 52 | 3B | 70 | 1B | 2F | 0 | 38 | 10A | 1F | 22 |
| Octal | 122 | 73 | 160 | 33 | 57 | 0 | 70 | 412 | 37 | 42 |
| Binary | 1010010 | 111011 | 1110000 | 11011 | 101111 | 0 | 111000 | 100001010 | 11111 | 100010 |
Color Harmonies of #523B70
Complementary color
Monochromatic Colors of #523B70
Black with #523B70
Text Example
Text Example
White with #523B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B70; }
p { color: rgb(82,59,112); }
H1.HeaderClassName
{
color: #523B70;
}
.AnyTagClassName
{
color: #523B70;
}
</style>
background-color css
<style>
a { background-color: #523B70; }
a { background-color: rgb(82,59,112); }
div.DivClassName
{
background-color: #523B70;
}
.BgClassName
{
background-color: #523B70;
}
</style>
border-color css
<style>
span { border-color: #523B70; }
span { border-color: rgb(82,59,112); }
td.TdClassName
{
border-color: #523B70;
}
.TagClassName
{
border-color: #523B70;
}
</style>