#5D49BB

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

Shades of Blue Marguerite #5D49BB

Tints of Blue Marguerite #5D49BB

Color information

#5D49BB (or 0x5D49BB) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 49 and BB. RGB value is (93,73,187). Sum of RGB (Red+Green+Blue) = 93+73+187=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D49BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D49BB is #A2B644. Grayscale: #5B5B5B. Windows color (decimal): -10663493 or 12274013. OLE color: 12274013.

HSL color Cylindrical-coordinate representation of color #5D49BB: hue angle of 250.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D49BB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9373187-
CMYK0.500.6100.27
HSL250.53º45.6%50.98%-
HSV(B)250.53º60.96%73.33%-
XYZ15.8710.6848.24-
YUV91.98181.63128.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=26.35%
G=20.68%
B=52.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93731870.500.6100.27250.5345.650.98
Hex5D49BB323D01Bfb2e33
Octal13511127362750333735663
Binary101110110010011011101111001011110101101111111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D49BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,187); }

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

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

 a { background-color: rgb(93,73,187); }

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

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

 span { border-color: rgb(93,73,187); }

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