Shades of Blue Marguerite #5D4BAF
Tints of Blue Marguerite #5D4BAF
RGB
CMYK
RGB Variations
Color information
#5D4BAF (or 0x5D4BAF) is known color: Blue Marguerite. HEX triplet: 5D, 4B and AF. RGB value is (93,75,175). Sum of RGB (Red+Green+Blue) = 93+75+175=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D4BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4BAF is #A2B450. Grayscale: #5B5B5B. Windows color (decimal): -10662993 or 11488093. OLE color: 11488093.
HSL color Cylindrical-coordinate representation of color #5D4BAF: hue angle of 250.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D4BAF is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 75 | 175 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.31 |
| HSL | 250.8º | 0.4% | 0.49% | - |
| HSV(B) | 250.8º | 0.57% | 0.69% | - |
| XYZ | 14.77 | 10.45 | 41.8 | - |
| YUV | 91.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 175 | 0.47 | 0.57 | 0 | 0.31 | 250.8 | 0.4 | 0.49 |
| Hex | 5D | 4B | AF | 2F | 39 | 0 | 1F | FB | 28 | 31 |
| Octal | 135 | 113 | 257 | 57 | 71 | 0 | 37 | 373 | 50 | 61 |
| Binary | 1011101 | 1001011 | 10101111 | 101111 | 111001 | 0 | 11111 | 11111011 | 101000 | 110001 |
Color Harmonies of #5D4BAF
Complementary color
Monochromatic Colors of #5D4BAF
Black with #5D4BAF
Text Example
Text Example
White with #5D4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4BAF; }
p { color: rgb(93,75,175); }
H1.HeaderClassName
{
color: #5D4BAF;
}
.AnyTagClassName
{
color: #5D4BAF;
}
</style>
background-color css
<style>
a { background-color: #5D4BAF; }
a { background-color: rgb(93,75,175); }
div.DivClassName
{
background-color: #5D4BAF;
}
.BgClassName
{
background-color: #5D4BAF;
}
</style>
border-color css
<style>
span { border-color: #5D4BAF; }
span { border-color: rgb(93,75,175); }
td.TdClassName
{
border-color: #5D4BAF;
}
.TagClassName
{
border-color: #5D4BAF;
}
</style>