Shades of Blue Gem #534591
Tints of Blue Gem #534591
RGB
CMYK
RGB Variations
Color information
#534591 (or 0x534591) is known color: Blue Gem. HEX triplet: 53, 45 and 91. RGB value is (83,69,145). Sum of RGB (Red+Green+Blue) = 83+69+145=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #534591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534591 is #ACBA6E. Grayscale: #515151. Windows color (decimal): -11319919 or 9520467. OLE color: 9520467.
HSL color Cylindrical-coordinate representation of color #534591: hue angle of 251.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534591 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 69 | 145 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.43 |
| HSL | 251.05º | 0.36% | 0.42% | - |
| HSV(B) | 251.05º | 0.52% | 0.57% | - |
| XYZ | 10.81 | 8.14 | 27.79 | - |
| YUV | 81.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 145 | 0.43 | 0.52 | 0 | 0.43 | 251.05 | 0.36 | 0.42 |
| Hex | 53 | 45 | 91 | 2B | 34 | 0 | 2B | FB | 24 | 2A |
| Octal | 123 | 105 | 221 | 53 | 64 | 0 | 53 | 373 | 44 | 52 |
| Binary | 1010011 | 1000101 | 10010001 | 101011 | 110100 | 0 | 101011 | 11111011 | 100100 | 101010 |
Color Harmonies of #534591
Complementary color
Monochromatic Colors of #534591
Black with #534591
Text Example
Text Example
White with #534591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534591; }
p { color: rgb(83,69,145); }
H1.HeaderClassName
{
color: #534591;
}
.AnyTagClassName
{
color: #534591;
}
</style>
background-color css
<style>
a { background-color: #534591; }
a { background-color: rgb(83,69,145); }
div.DivClassName
{
background-color: #534591;
}
.BgClassName
{
background-color: #534591;
}
</style>
border-color css
<style>
span { border-color: #534591; }
span { border-color: rgb(83,69,145); }
td.TdClassName
{
border-color: #534591;
}
.TagClassName
{
border-color: #534591;
}
</style>