Shades of Blue Marguerite #5A48BD
Tints of Blue Marguerite #5A48BD
RGB
CMYK
RGB Variations
Color information
#5A48BD (or 0x5A48BD) is known color: Blue Marguerite. HEX triplet: 5A, 48 and BD. RGB value is (90,72,189). Sum of RGB (Red+Green+Blue) = 90+72+189=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A48BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A48BD is #A5B742. Grayscale: #5A5A5A. Windows color (decimal): -10860355 or 12404826. OLE color: 12404826.
HSL color Cylindrical-coordinate representation of color #5A48BD: hue angle of 249.23º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A48BD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 72 | 189 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.26 |
| HSL | 249.23º | 0.47% | 0.51% | - |
| HSV(B) | 249.23º | 0.62% | 0.74% | - |
| XYZ | 15.72 | 10.48 | 49.34 | - |
| YUV | 90.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 189 | 0.52 | 0.62 | 0 | 0.26 | 249.23 | 0.47 | 0.51 |
| Hex | 5A | 48 | BD | 34 | 3E | 0 | 1A | F9 | 2F | 33 |
| Octal | 132 | 110 | 275 | 64 | 76 | 0 | 32 | 371 | 57 | 63 |
| Binary | 1011010 | 1001000 | 10111101 | 110100 | 111110 | 0 | 11010 | 11111001 | 101111 | 110011 |
Color Harmonies of #5A48BD
Complementary color
Monochromatic Colors of #5A48BD
Black with #5A48BD
Text Example
Text Example
White with #5A48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A48BD; }
p { color: rgb(90,72,189); }
H1.HeaderClassName
{
color: #5A48BD;
}
.AnyTagClassName
{
color: #5A48BD;
}
</style>
background-color css
<style>
a { background-color: #5A48BD; }
a { background-color: rgb(90,72,189); }
div.DivClassName
{
background-color: #5A48BD;
}
.BgClassName
{
background-color: #5A48BD;
}
</style>
border-color css
<style>
span { border-color: #5A48BD; }
span { border-color: rgb(90,72,189); }
td.TdClassName
{
border-color: #5A48BD;
}
.TagClassName
{
border-color: #5A48BD;
}
</style>