Shades of Blue Gem #5238AD
Tints of Blue Gem #5238AD
RGB
CMYK
RGB Variations
Color information
#5238AD (or 0x5238AD) is known color: Blue Gem. HEX triplet: 52, 38 and AD. RGB value is (82,56,173). Sum of RGB (Red+Green+Blue) = 82+56+173=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5238AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5238AD is #ADC752. Grayscale: #4C4C4C. Windows color (decimal): -11388755 or 11352146. OLE color: 11352146.
HSL color Cylindrical-coordinate representation of color #5238AD: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5238AD is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 56 | 173 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.32 |
| HSL | 253.33º | 0.51% | 0.45% | - |
| HSV(B) | 253.33º | 0.68% | 0.68% | - |
| XYZ | 12.44 | 7.64 | 40.35 | - |
| YUV | 77.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 173 | 0.53 | 0.68 | 0 | 0.32 | 253.33 | 0.51 | 0.45 |
| Hex | 52 | 38 | AD | 35 | 44 | 0 | 20 | FD | 33 | 2D |
| Octal | 122 | 70 | 255 | 65 | 104 | 0 | 40 | 375 | 63 | 55 |
| Binary | 1010010 | 111000 | 10101101 | 110101 | 1000100 | 0 | 100000 | 11111101 | 110011 | 101101 |
Color Harmonies of #5238AD
Complementary color
Monochromatic Colors of #5238AD
Black with #5238AD
Text Example
Text Example
White with #5238AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238AD; }
p { color: rgb(82,56,173); }
H1.HeaderClassName
{
color: #5238AD;
}
.AnyTagClassName
{
color: #5238AD;
}
</style>
background-color css
<style>
a { background-color: #5238AD; }
a { background-color: rgb(82,56,173); }
div.DivClassName
{
background-color: #5238AD;
}
.BgClassName
{
background-color: #5238AD;
}
</style>
border-color css
<style>
span { border-color: #5238AD; }
span { border-color: rgb(82,56,173); }
td.TdClassName
{
border-color: #5238AD;
}
.TagClassName
{
border-color: #5238AD;
}
</style>