#5D4FBE

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

Shades of Blue Marguerite #5D4FBE

Tints of Blue Marguerite #5D4FBE

Color information

#5D4FBE (or 0x5D4FBE) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 4F and BE. RGB value is (93,79,190). Sum of RGB (Red+Green+Blue) = 93+79+190=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D4FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FBE is #A2B041. Grayscale: #5F5F5F. Windows color (decimal): -10661954 or 12472157. OLE color: 12472157.

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

Color convert

RGB9379190-
CMYK0.510.5800.25
HSL247.57º46.06%52.75%-
HSV(B)247.57º58.42%74.51%-
XYZ16.611.6450.09-
YUV95.84181.14125.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=25.69%
G=21.82%
B=52.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93791900.510.5800.25247.5746.0652.75
Hex5D4FBE333A019f82e35
Octal13511727663720313705665
Binary101110110011111011111011001111101001100111111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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