Shades of Blue Gem #5236AC
Tints of Blue Gem #5236AC
RGB
CMYK
RGB Variations
Color information
#5236AC (or 0x5236AC) is known color: Blue Gem. HEX triplet: 52, 36 and AC. RGB value is (82,54,172). Sum of RGB (Red+Green+Blue) = 82+54+172=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #5236AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5236AC is #ADC953. Grayscale: #4B4B4B. Windows color (decimal): -11389268 or 11286098. OLE color: 11286098.
HSL color Cylindrical-coordinate representation of color #5236AC: hue angle of 254.24º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5236AC is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 54 | 172 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.33 |
| HSL | 254.24º | 0.52% | 0.44% | - |
| HSV(B) | 254.24º | 0.69% | 0.67% | - |
| XYZ | 12.25 | 7.41 | 39.81 | - |
| YUV | 75.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 172 | 0.52 | 0.69 | 0 | 0.33 | 254.24 | 0.52 | 0.44 |
| Hex | 52 | 36 | AC | 34 | 45 | 0 | 21 | FE | 34 | 2C |
| Octal | 122 | 66 | 254 | 64 | 105 | 0 | 41 | 376 | 64 | 54 |
| Binary | 1010010 | 110110 | 10101100 | 110100 | 1000101 | 0 | 100001 | 11111110 | 110100 | 101100 |
Color Harmonies of #5236AC
Complementary color
Monochromatic Colors of #5236AC
Black with #5236AC
Text Example
Text Example
White with #5236AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236AC; }
p { color: rgb(82,54,172); }
H1.HeaderClassName
{
color: #5236AC;
}
.AnyTagClassName
{
color: #5236AC;
}
</style>
background-color css
<style>
a { background-color: #5236AC; }
a { background-color: rgb(82,54,172); }
div.DivClassName
{
background-color: #5236AC;
}
.BgClassName
{
background-color: #5236AC;
}
</style>
border-color css
<style>
span { border-color: #5236AC; }
span { border-color: rgb(82,54,172); }
td.TdClassName
{
border-color: #5236AC;
}
.TagClassName
{
border-color: #5236AC;
}
</style>