Shades of Blue Gem #57499C
Tints of Blue Gem #57499C
RGB
CMYK
RGB Variations
Color information
#57499C (or 0x57499C) is known color: Blue Gem. HEX triplet: 57, 49 and 9C. RGB value is (87,73,156). Sum of RGB (Red+Green+Blue) = 87+73+156=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #57499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57499C is #A8B663. Grayscale: #565656. Windows color (decimal): -11056740 or 10242391. OLE color: 10242391.
HSL color Cylindrical-coordinate representation of color #57499C: hue angle of 250.12º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57499C is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 73 | 156 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.39 |
| HSL | 250.12º | 0.36% | 0.45% | - |
| HSV(B) | 250.12º | 0.53% | 0.61% | - |
| XYZ | 12.31 | 9.19 | 32.58 | - |
| YUV | 86.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 156 | 0.44 | 0.53 | 0 | 0.39 | 250.12 | 0.36 | 0.45 |
| Hex | 57 | 49 | 9C | 2C | 35 | 0 | 27 | FA | 24 | 2D |
| Octal | 127 | 111 | 234 | 54 | 65 | 0 | 47 | 372 | 44 | 55 |
| Binary | 1010111 | 1001001 | 10011100 | 101100 | 110101 | 0 | 100111 | 11111010 | 100100 | 101101 |
Color Harmonies of #57499C
Complementary color
Monochromatic Colors of #57499C
Black with #57499C
Text Example
Text Example
White with #57499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57499C; }
p { color: rgb(87,73,156); }
H1.HeaderClassName
{
color: #57499C;
}
.AnyTagClassName
{
color: #57499C;
}
</style>
background-color css
<style>
a { background-color: #57499C; }
a { background-color: rgb(87,73,156); }
div.DivClassName
{
background-color: #57499C;
}
.BgClassName
{
background-color: #57499C;
}
</style>
border-color css
<style>
span { border-color: #57499C; }
span { border-color: rgb(87,73,156); }
td.TdClassName
{
border-color: #57499C;
}
.TagClassName
{
border-color: #57499C;
}
</style>