Shades of Blue Gem #52418F
Tints of Blue Gem #52418F
RGB
CMYK
RGB Variations
Color information
#52418F (or 0x52418F) is known color: Blue Gem. HEX triplet: 52, 41 and 8F. RGB value is (82,65,143). Sum of RGB (Red+Green+Blue) = 82+65+143=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #52418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52418F is #ADBE70. Grayscale: #4E4E4E. Windows color (decimal): -11386481 or 9388370. OLE color: 9388370.
HSL color Cylindrical-coordinate representation of color #52418F: hue angle of 253.08º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52418F is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 65 | 143 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.44 |
| HSL | 253.08º | 0.38% | 0.41% | - |
| HSV(B) | 253.08º | 0.55% | 0.56% | - |
| XYZ | 10.33 | 7.56 | 26.9 | - |
| YUV | 78.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 143 | 0.43 | 0.55 | 0 | 0.44 | 253.08 | 0.38 | 0.41 |
| Hex | 52 | 41 | 8F | 2B | 37 | 0 | 2C | FD | 26 | 29 |
| Octal | 122 | 101 | 217 | 53 | 67 | 0 | 54 | 375 | 46 | 51 |
| Binary | 1010010 | 1000001 | 10001111 | 101011 | 110111 | 0 | 101100 | 11111101 | 100110 | 101001 |
Color Harmonies of #52418F
Complementary color
Monochromatic Colors of #52418F
Black with #52418F
Text Example
Text Example
White with #52418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52418F; }
p { color: rgb(82,65,143); }
H1.HeaderClassName
{
color: #52418F;
}
.AnyTagClassName
{
color: #52418F;
}
</style>
background-color css
<style>
a { background-color: #52418F; }
a { background-color: rgb(82,65,143); }
div.DivClassName
{
background-color: #52418F;
}
.BgClassName
{
background-color: #52418F;
}
</style>
border-color css
<style>
span { border-color: #52418F; }
span { border-color: rgb(82,65,143); }
td.TdClassName
{
border-color: #52418F;
}
.TagClassName
{
border-color: #52418F;
}
</style>