#5D4FBD

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

Shades of Blue Marguerite #5D4FBD

Tints of Blue Marguerite #5D4FBD

Color information

#5D4FBD (or 0x5D4FBD) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 4F and BD. RGB value is (93,79,189). Sum of RGB (Red+Green+Blue) = 93+79+189=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D4FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FBD is #A2B042. Grayscale: #5F5F5F. Windows color (decimal): -10661955 or 12406621. OLE color: 12406621.

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

Color convert

RGB9379189-
CMYK0.510.5800.26
HSL247.64º45.45%52.55%-
HSV(B)247.64º58.2%74.12%-
XYZ16.511.5949.51-
YUV95.73180.64126.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=25.76%
G=21.88%
B=52.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal93791890.510.5800.26247.6445.4552.55
Hex5D4FBD333A01Af82d35
Octal13511727563720323705565
Binary101110110011111011110111001111101001101011111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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