Shades of Blue Gem #5238AC
Tints of Blue Gem #5238AC
RGB
CMYK
RGB Variations
Color information
#5238AC (or 0x5238AC) is known color: Blue Gem. HEX triplet: 52, 38 and AC. RGB value is (82,56,172). Sum of RGB (Red+Green+Blue) = 82+56+172=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #5238AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5238AC is #ADC753. Grayscale: #4C4C4C. Windows color (decimal): -11388756 or 11286610. OLE color: 11286610.
HSL color Cylindrical-coordinate representation of color #5238AC: hue angle of 253.45º degrees, saturation: 0.51, 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 #5238AC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 56 | 172 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.33 |
| HSL | 253.45º | 0.51% | 0.45% | - |
| HSV(B) | 253.45º | 0.67% | 0.67% | - |
| XYZ | 12.34 | 7.6 | 39.85 | - |
| YUV | 77 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 172 | 0.52 | 0.67 | 0 | 0.33 | 253.45 | 0.51 | 0.45 |
| Hex | 52 | 38 | AC | 34 | 43 | 0 | 21 | FD | 33 | 2D |
| Octal | 122 | 70 | 254 | 64 | 103 | 0 | 41 | 375 | 63 | 55 |
| Binary | 1010010 | 111000 | 10101100 | 110100 | 1000011 | 0 | 100001 | 11111101 | 110011 | 101101 |
Color Harmonies of #5238AC
Complementary color
Monochromatic Colors of #5238AC
Black with #5238AC
Text Example
Text Example
White with #5238AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238AC; }
p { color: rgb(82,56,172); }
H1.HeaderClassName
{
color: #5238AC;
}
.AnyTagClassName
{
color: #5238AC;
}
</style>
background-color css
<style>
a { background-color: #5238AC; }
a { background-color: rgb(82,56,172); }
div.DivClassName
{
background-color: #5238AC;
}
.BgClassName
{
background-color: #5238AC;
}
</style>
border-color css
<style>
span { border-color: #5238AC; }
span { border-color: rgb(82,56,172); }
td.TdClassName
{
border-color: #5238AC;
}
.TagClassName
{
border-color: #5238AC;
}
</style>