Shades of Blue Marguerite #5D45B9
Tints of Blue Marguerite #5D45B9
RGB
CMYK
RGB Variations
Color information
#5D45B9 (or 0x5D45B9) is known color: Blue Marguerite. HEX triplet: 5D, 45 and B9. RGB value is (93,69,185). Sum of RGB (Red+Green+Blue) = 93+69+185=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D45B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D45B9 is #A2BA46. Grayscale: #585858. Windows color (decimal): -10664519 or 12141917. OLE color: 12141917.
HSL color Cylindrical-coordinate representation of color #5D45B9: hue angle of 252.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D45B9 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 69 | 185 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.27 |
| HSL | 252.41º | 0.46% | 0.5% | - |
| HSV(B) | 252.41º | 0.63% | 0.73% | - |
| XYZ | 15.4 | 10.09 | 47.03 | - |
| YUV | 89.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 185 | 0.50 | 0.63 | 0 | 0.27 | 252.41 | 0.46 | 0.5 |
| Hex | 5D | 45 | B9 | 32 | 3F | 0 | 1B | FC | 2E | 32 |
| Octal | 135 | 105 | 271 | 62 | 77 | 0 | 33 | 374 | 56 | 62 |
| Binary | 1011101 | 1000101 | 10111001 | 110010 | 111111 | 0 | 11011 | 11111100 | 101110 | 110010 |
Color Harmonies of #5D45B9
Complementary color
Monochromatic Colors of #5D45B9
Black with #5D45B9
Text Example
Text Example
White with #5D45B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D45B9; }
p { color: rgb(93,69,185); }
H1.HeaderClassName
{
color: #5D45B9;
}
.AnyTagClassName
{
color: #5D45B9;
}
</style>
background-color css
<style>
a { background-color: #5D45B9; }
a { background-color: rgb(93,69,185); }
div.DivClassName
{
background-color: #5D45B9;
}
.BgClassName
{
background-color: #5D45B9;
}
</style>
border-color css
<style>
span { border-color: #5D45B9; }
span { border-color: rgb(93,69,185); }
td.TdClassName
{
border-color: #5D45B9;
}
.TagClassName
{
border-color: #5D45B9;
}
</style>