Shades of Blue Gem #5245A3
Tints of Blue Gem #5245A3
RGB
CMYK
RGB Variations
Color information
#5245A3 (or 0x5245A3) is known color: Blue Gem. HEX triplet: 52, 45 and A3. RGB value is (82,69,163). Sum of RGB (Red+Green+Blue) = 82+69+163=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 163 (64.06% from 255 or 51.91% from 314); Max value from RGB is 163 - color contains mainly: blue. Hex color #5245A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5245A3 is #ADBA5C. Grayscale: #535353. Windows color (decimal): -11385437 or 10700114. OLE color: 10700114.
HSL color Cylindrical-coordinate representation of color #5245A3: hue angle of 248.3º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5245A3 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 69 | 163 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.36 |
| HSL | 248.3º | 0.41% | 0.45% | - |
| HSV(B) | 248.3º | 0.58% | 0.64% | - |
| XYZ | 12.22 | 8.69 | 35.68 | - |
| YUV | 83.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 163 | 0.50 | 0.58 | 0 | 0.36 | 248.3 | 0.41 | 0.45 |
| Hex | 52 | 45 | A3 | 32 | 3A | 0 | 24 | F8 | 29 | 2D |
| Octal | 122 | 105 | 243 | 62 | 72 | 0 | 44 | 370 | 51 | 55 |
| Binary | 1010010 | 1000101 | 10100011 | 110010 | 111010 | 0 | 100100 | 11111000 | 101001 | 101101 |
Color Harmonies of #5245A3
Complementary color
Monochromatic Colors of #5245A3
Black with #5245A3
Text Example
Text Example
White with #5245A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5245A3; }
p { color: rgb(82,69,163); }
H1.HeaderClassName
{
color: #5245A3;
}
.AnyTagClassName
{
color: #5245A3;
}
</style>
background-color css
<style>
a { background-color: #5245A3; }
a { background-color: rgb(82,69,163); }
div.DivClassName
{
background-color: #5245A3;
}
.BgClassName
{
background-color: #5245A3;
}
</style>
border-color css
<style>
span { border-color: #5245A3; }
span { border-color: rgb(82,69,163); }
td.TdClassName
{
border-color: #5245A3;
}
.TagClassName
{
border-color: #5245A3;
}
</style>