Shades of Rich Blue #534AC2
Tints of Rich Blue #534AC2
RGB
CMYK
RGB Variations
Color information
#534AC2 (or 0x534AC2) is known color: Rich Blue. HEX triplet: 53, 4A and C2. RGB value is (83,74,194). Sum of RGB (Red+Green+Blue) = 83+74+194=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #534AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534AC2 is #ACB53D. Grayscale: #595959. Windows color (decimal): -11318590 or 12733011. OLE color: 12733011.
HSL color Cylindrical-coordinate representation of color #534AC2: hue angle of 244.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534AC2 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 74 | 194 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.24 |
| HSL | 244.5º | 0.5% | 0.53% | - |
| HSV(B) | 244.5º | 0.62% | 0.76% | - |
| XYZ | 15.75 | 10.63 | 52.26 | - |
| YUV | 90.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 194 | 0.57 | 0.62 | 0 | 0.24 | 244.5 | 0.5 | 0.53 |
| Hex | 53 | 4A | C2 | 39 | 3E | 0 | 18 | F4 | 32 | 35 |
| Octal | 123 | 112 | 302 | 71 | 76 | 0 | 30 | 364 | 62 | 65 |
| Binary | 1010011 | 1001010 | 11000010 | 111001 | 111110 | 0 | 11000 | 11110100 | 110010 | 110101 |
Color Harmonies of #534AC2
Complementary color
Monochromatic Colors of #534AC2
Black with #534AC2
Text Example
Text Example
White with #534AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AC2; }
p { color: rgb(83,74,194); }
H1.HeaderClassName
{
color: #534AC2;
}
.AnyTagClassName
{
color: #534AC2;
}
</style>
background-color css
<style>
a { background-color: #534AC2; }
a { background-color: rgb(83,74,194); }
div.DivClassName
{
background-color: #534AC2;
}
.BgClassName
{
background-color: #534AC2;
}
</style>
border-color css
<style>
span { border-color: #534AC2; }
span { border-color: rgb(83,74,194); }
td.TdClassName
{
border-color: #534AC2;
}
.TagClassName
{
border-color: #534AC2;
}
</style>