Shades of Blue Gem #5339AB
Tints of Blue Gem #5339AB
RGB
CMYK
RGB Variations
Color information
#5339AB (or 0x5339AB) is known color: Blue Gem. HEX triplet: 53, 39 and AB. RGB value is (83,57,171). Sum of RGB (Red+Green+Blue) = 83+57+171=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #5339AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5339AB is #ACC654. Grayscale: #4D4D4D. Windows color (decimal): -11322965 or 11221331. OLE color: 11221331.
HSL color Cylindrical-coordinate representation of color #5339AB: hue angle of 253.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5339AB is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 57 | 171 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.33 |
| HSL | 253.68º | 0.5% | 0.45% | - |
| HSV(B) | 253.68º | 0.67% | 0.67% | - |
| XYZ | 12.38 | 7.71 | 39.36 | - |
| YUV | 77.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 171 | 0.51 | 0.67 | 0 | 0.33 | 253.68 | 0.5 | 0.45 |
| Hex | 53 | 39 | AB | 33 | 43 | 0 | 21 | FE | 32 | 2D |
| Octal | 123 | 71 | 253 | 63 | 103 | 0 | 41 | 376 | 62 | 55 |
| Binary | 1010011 | 111001 | 10101011 | 110011 | 1000011 | 0 | 100001 | 11111110 | 110010 | 101101 |
Color Harmonies of #5339AB
Complementary color
Monochromatic Colors of #5339AB
Black with #5339AB
Text Example
Text Example
White with #5339AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5339AB; }
p { color: rgb(83,57,171); }
H1.HeaderClassName
{
color: #5339AB;
}
.AnyTagClassName
{
color: #5339AB;
}
</style>
background-color css
<style>
a { background-color: #5339AB; }
a { background-color: rgb(83,57,171); }
div.DivClassName
{
background-color: #5339AB;
}
.BgClassName
{
background-color: #5339AB;
}
</style>
border-color css
<style>
span { border-color: #5339AB; }
span { border-color: rgb(83,57,171); }
td.TdClassName
{
border-color: #5339AB;
}
.TagClassName
{
border-color: #5339AB;
}
</style>