Shades of Blue Gem #534390
Tints of Blue Gem #534390
RGB
CMYK
RGB Variations
Color information
#534390 (or 0x534390) is known color: Blue Gem. HEX triplet: 53, 43 and 90. RGB value is (83,67,144). Sum of RGB (Red+Green+Blue) = 83+67+144=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #534390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534390 is #ACBC6F. Grayscale: #505050. Windows color (decimal): -11320432 or 9454419. OLE color: 9454419.
HSL color Cylindrical-coordinate representation of color #534390: hue angle of 252.47º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534390 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 67 | 144 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.44 |
| HSL | 252.47º | 0.36% | 0.41% | - |
| HSV(B) | 252.47º | 0.53% | 0.56% | - |
| XYZ | 10.61 | 7.87 | 27.34 | - |
| YUV | 80.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 144 | 0.42 | 0.53 | 0 | 0.44 | 252.47 | 0.36 | 0.41 |
| Hex | 53 | 43 | 90 | 2A | 35 | 0 | 2C | FC | 24 | 29 |
| Octal | 123 | 103 | 220 | 52 | 65 | 0 | 54 | 374 | 44 | 51 |
| Binary | 1010011 | 1000011 | 10010000 | 101010 | 110101 | 0 | 101100 | 11111100 | 100100 | 101001 |
Color Harmonies of #534390
Complementary color
Monochromatic Colors of #534390
Black with #534390
Text Example
Text Example
White with #534390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534390; }
p { color: rgb(83,67,144); }
H1.HeaderClassName
{
color: #534390;
}
.AnyTagClassName
{
color: #534390;
}
</style>
background-color css
<style>
a { background-color: #534390; }
a { background-color: rgb(83,67,144); }
div.DivClassName
{
background-color: #534390;
}
.BgClassName
{
background-color: #534390;
}
</style>
border-color css
<style>
span { border-color: #534390; }
span { border-color: rgb(83,67,144); }
td.TdClassName
{
border-color: #534390;
}
.TagClassName
{
border-color: #534390;
}
</style>