Shades of Blue Gem #5339AC
Tints of Blue Gem #5339AC
RGB
CMYK
RGB Variations
Color information
#5339AC (or 0x5339AC) is known color: Blue Gem. HEX triplet: 53, 39 and AC. RGB value is (83,57,172). Sum of RGB (Red+Green+Blue) = 83+57+172=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #5339AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5339AC is #ACC653. Grayscale: #4D4D4D. Windows color (decimal): -11322964 or 11286867. OLE color: 11286867.
HSL color Cylindrical-coordinate representation of color #5339AC: hue angle of 253.57º 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 #5339AC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 57 | 172 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.33 |
| HSL | 253.57º | 0.5% | 0.45% | - |
| HSV(B) | 253.57º | 0.67% | 0.67% | - |
| XYZ | 12.48 | 7.74 | 39.87 | - |
| YUV | 77.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 172 | 0.52 | 0.67 | 0 | 0.33 | 253.57 | 0.5 | 0.45 |
| Hex | 53 | 39 | AC | 34 | 43 | 0 | 21 | FE | 32 | 2D |
| Octal | 123 | 71 | 254 | 64 | 103 | 0 | 41 | 376 | 62 | 55 |
| Binary | 1010011 | 111001 | 10101100 | 110100 | 1000011 | 0 | 100001 | 11111110 | 110010 | 101101 |
Color Harmonies of #5339AC
Complementary color
Monochromatic Colors of #5339AC
Black with #5339AC
Text Example
Text Example
White with #5339AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5339AC; }
p { color: rgb(83,57,172); }
H1.HeaderClassName
{
color: #5339AC;
}
.AnyTagClassName
{
color: #5339AC;
}
</style>
background-color css
<style>
a { background-color: #5339AC; }
a { background-color: rgb(83,57,172); }
div.DivClassName
{
background-color: #5339AC;
}
.BgClassName
{
background-color: #5339AC;
}
</style>
border-color css
<style>
span { border-color: #5339AC; }
span { border-color: rgb(83,57,172); }
td.TdClassName
{
border-color: #5339AC;
}
.TagClassName
{
border-color: #5339AC;
}
</style>