#5D4EBD

Color #5D4EBD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5D4EBD

Tints of Blue Marguerite #5D4EBD

Color information

#5D4EBD (or 0x5D4EBD) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 4E and BD. RGB value is (93,78,189). Sum of RGB (Red+Green+Blue) = 93+78+189=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D4EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4EBD is #A2B142. Grayscale: #5E5E5E. Windows color (decimal): -10662211 or 12406365. OLE color: 12406365.

HSL color Cylindrical-coordinate representation of color #5D4EBD: hue angle of 248.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4EBD is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9378189-
CMYK0.510.5900.26
HSL248.11º45.68%52.35%-
HSV(B)248.11º58.73%74.12%-
XYZ16.4211.4549.49-
YUV95.14180.97126.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=25.83%
G=21.67%
B=52.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal93781890.510.5900.26248.1145.6852.35
Hex5D4EBD333B01Af82e34
Octal13511627563730323705664
Binary101110110011101011110111001111101101101011111000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D4EBD; }

 p { color: rgb(93,78,189); }

 H1.HeaderClassName
 {
   color: #5D4EBD;
 }
 .AnyTagClassName
 {
   color: #5D4EBD;
 }
</style>
background-color css

<style>
 a { background-color: #5D4EBD; }

 a { background-color: rgb(93,78,189); }

 div.DivClassName
 {
   background-color: #5D4EBD;
 }
 .BgClassName
 {
   background-color: #5D4EBD;
 }
</style>
border-color css

<style>
 span { border-color: #5D4EBD; }

 span { border-color: rgb(93,78,189); }

 td.TdClassName
 {
   border-color: #5D4EBD;
 }
 .TagClassName
 {
   border-color: #5D4EBD;
 }
</style>