Shades of Blue Gem #5238A0
Tints of Blue Gem #5238A0
RGB
CMYK
RGB Variations
Color information
#5238A0 (or 0x5238A0) is known color: Blue Gem. HEX triplet: 52, 38 and A0. RGB value is (82,56,160). Sum of RGB (Red+Green+Blue) = 82+56+160=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #5238A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5238A0 is #ADC75F. Grayscale: #4B4B4B. Windows color (decimal): -11388768 or 10500178. OLE color: 10500178.
HSL color Cylindrical-coordinate representation of color #5238A0: hue angle of 255º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5238A0 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 56 | 160 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.37 |
| HSL | 255º | 0.48% | 0.42% | - |
| HSV(B) | 255º | 0.65% | 0.63% | - |
| XYZ | 11.24 | 7.16 | 34.05 | - |
| YUV | 75.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 160 | 0.49 | 0.65 | 0 | 0.37 | 255 | 0.48 | 0.42 |
| Hex | 52 | 38 | A0 | 31 | 41 | 0 | 25 | FF | 30 | 2A |
| Octal | 122 | 70 | 240 | 61 | 101 | 0 | 45 | 377 | 60 | 52 |
| Binary | 1010010 | 111000 | 10100000 | 110001 | 1000001 | 0 | 100101 | 11111111 | 110000 | 101010 |
Color Harmonies of #5238A0
Complementary color
Monochromatic Colors of #5238A0
Black with #5238A0
Text Example
Text Example
White with #5238A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238A0; }
p { color: rgb(82,56,160); }
H1.HeaderClassName
{
color: #5238A0;
}
.AnyTagClassName
{
color: #5238A0;
}
</style>
background-color css
<style>
a { background-color: #5238A0; }
a { background-color: rgb(82,56,160); }
div.DivClassName
{
background-color: #5238A0;
}
.BgClassName
{
background-color: #5238A0;
}
</style>
border-color css
<style>
span { border-color: #5238A0; }
span { border-color: rgb(82,56,160); }
td.TdClassName
{
border-color: #5238A0;
}
.TagClassName
{
border-color: #5238A0;
}
</style>