#5D53BD

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

Shades of Blue Marguerite #5D53BD

Tints of Blue Marguerite #5D53BD

Color information

#5D53BD (or 0x5D53BD) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 53 and BD. RGB value is (93,83,189). Sum of RGB (Red+Green+Blue) = 93+83+189=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D53BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D53BD is #A2AC42. Grayscale: #616161. Windows color (decimal): -10660931 or 12407645. OLE color: 12407645.

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

Color convert

RGB9383189-
CMYK0.510.5600.26
HSL245.66º44.54%53.33%-
HSV(B)245.66º56.08%74.12%-
XYZ16.7912.1949.61-
YUV98.07179.31124.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=25.48%
G=22.74%
B=51.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal93831890.510.5600.26245.6644.5453.33
Hex5D53BD333801Af62d35
Octal13512327563700323665565
Binary101110110100111011110111001111100001101011110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D53BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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