Shades of Blue Gem #524393
Tints of Blue Gem #524393
RGB
CMYK
RGB Variations
Color information
#524393 (or 0x524393) is known color: Blue Gem. HEX triplet: 52, 43 and 93. RGB value is (82,67,147). Sum of RGB (Red+Green+Blue) = 82+67+147=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #524393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524393 is #ADBC6C. Grayscale: #505050. Windows color (decimal): -11385965 or 9651026. OLE color: 9651026.
HSL color Cylindrical-coordinate representation of color #524393: hue angle of 251.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524393 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 67 | 147 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.42 |
| HSL | 251.25º | 0.37% | 0.42% | - |
| HSV(B) | 251.25º | 0.54% | 0.58% | - |
| XYZ | 10.75 | 7.91 | 28.56 | - |
| YUV | 80.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 147 | 0.44 | 0.54 | 0 | 0.42 | 251.25 | 0.37 | 0.42 |
| Hex | 52 | 43 | 93 | 2C | 36 | 0 | 2A | FB | 25 | 2A |
| Octal | 122 | 103 | 223 | 54 | 66 | 0 | 52 | 373 | 45 | 52 |
| Binary | 1010010 | 1000011 | 10010011 | 101100 | 110110 | 0 | 101010 | 11111011 | 100101 | 101010 |
Color Harmonies of #524393
Complementary color
Monochromatic Colors of #524393
Black with #524393
Text Example
Text Example
White with #524393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524393; }
p { color: rgb(82,67,147); }
H1.HeaderClassName
{
color: #524393;
}
.AnyTagClassName
{
color: #524393;
}
</style>
background-color css
<style>
a { background-color: #524393; }
a { background-color: rgb(82,67,147); }
div.DivClassName
{
background-color: #524393;
}
.BgClassName
{
background-color: #524393;
}
</style>
border-color css
<style>
span { border-color: #524393; }
span { border-color: rgb(82,67,147); }
td.TdClassName
{
border-color: #524393;
}
.TagClassName
{
border-color: #524393;
}
</style>