Shades of Blue Gem #5136AC
Tints of Blue Gem #5136AC
RGB
CMYK
RGB Variations
Color information
#5136AC (or 0x5136AC) is known color: Blue Gem. HEX triplet: 51, 36 and AC. RGB value is (81,54,172). Sum of RGB (Red+Green+Blue) = 81+54+172=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #5136AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5136AC is #AEC953. Grayscale: #4B4B4B. Windows color (decimal): -11454804 or 11286097. OLE color: 11286097.
HSL color Cylindrical-coordinate representation of color #5136AC: hue angle of 253.73º 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 #5136AC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 54 | 172 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.33 |
| HSL | 253.73º | 0.52% | 0.44% | - |
| HSV(B) | 253.73º | 0.69% | 0.67% | - |
| XYZ | 12.16 | 7.37 | 39.81 | - |
| YUV | 75.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 172 | 0.53 | 0.69 | 0 | 0.33 | 253.73 | 0.52 | 0.44 |
| Hex | 51 | 36 | AC | 35 | 45 | 0 | 21 | FE | 34 | 2C |
| Octal | 121 | 66 | 254 | 65 | 105 | 0 | 41 | 376 | 64 | 54 |
| Binary | 1010001 | 110110 | 10101100 | 110101 | 1000101 | 0 | 100001 | 11111110 | 110100 | 101100 |
Color Harmonies of #5136AC
Complementary color
Monochromatic Colors of #5136AC
Black with #5136AC
Text Example
Text Example
White with #5136AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136AC; }
p { color: rgb(81,54,172); }
H1.HeaderClassName
{
color: #5136AC;
}
.AnyTagClassName
{
color: #5136AC;
}
</style>
background-color css
<style>
a { background-color: #5136AC; }
a { background-color: rgb(81,54,172); }
div.DivClassName
{
background-color: #5136AC;
}
.BgClassName
{
background-color: #5136AC;
}
</style>
border-color css
<style>
span { border-color: #5136AC; }
span { border-color: rgb(81,54,172); }
td.TdClassName
{
border-color: #5136AC;
}
.TagClassName
{
border-color: #5136AC;
}
</style>