Shades of Blue Gem #5339AA
Tints of Blue Gem #5339AA
RGB
CMYK
RGB Variations
Color information
#5339AA (or 0x5339AA) is known color: Blue Gem. HEX triplet: 53, 39 and AA. RGB value is (83,57,170). Sum of RGB (Red+Green+Blue) = 83+57+170=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #5339AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5339AA is #ACC655. Grayscale: #4D4D4D. Windows color (decimal): -11322966 or 11155795. OLE color: 11155795.
HSL color Cylindrical-coordinate representation of color #5339AA: hue angle of 253.81º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5339AA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 57 | 170 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.33 |
| HSL | 253.81º | 0.5% | 0.45% | - |
| HSV(B) | 253.81º | 0.66% | 0.67% | - |
| XYZ | 12.29 | 7.67 | 38.86 | - |
| YUV | 77.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 170 | 0.51 | 0.66 | 0 | 0.33 | 253.81 | 0.5 | 0.45 |
| Hex | 53 | 39 | AA | 33 | 42 | 0 | 21 | FE | 32 | 2D |
| Octal | 123 | 71 | 252 | 63 | 102 | 0 | 41 | 376 | 62 | 55 |
| Binary | 1010011 | 111001 | 10101010 | 110011 | 1000010 | 0 | 100001 | 11111110 | 110010 | 101101 |
Color Harmonies of #5339AA
Complementary color
Monochromatic Colors of #5339AA
Black with #5339AA
Text Example
Text Example
White with #5339AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5339AA; }
p { color: rgb(83,57,170); }
H1.HeaderClassName
{
color: #5339AA;
}
.AnyTagClassName
{
color: #5339AA;
}
</style>
background-color css
<style>
a { background-color: #5339AA; }
a { background-color: rgb(83,57,170); }
div.DivClassName
{
background-color: #5339AA;
}
.BgClassName
{
background-color: #5339AA;
}
</style>
border-color css
<style>
span { border-color: #5339AA; }
span { border-color: rgb(83,57,170); }
td.TdClassName
{
border-color: #5339AA;
}
.TagClassName
{
border-color: #5339AA;
}
</style>