Html Css Color HEX #5D4DBA Blue Marguerite

📋 copy color: '#5D4DBA'

red 93 ◦ green 77 ◦ blue 186

#5D4DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #5D4DBA

Tints of Blue Marguerite #5D4DBA

RGB

 RED value IS 93 (36.72% from 255) = 26.12%

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 26.12%
G = 21.63%
B = 52.25%

CMYK

 C value IS 0.5

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D4DBA (or 0x5D4DBA) is known color: Blue Marguerite. HEX triplet: 5D, 4D and BA. RGB value is (93,77,186). Sum of RGB (Red+Green+Blue) = 93+77+186=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DBA is #A2B245. Grayscale: #5D5D5D. Windows color (decimal): -10662470 or 12209501. OLE color: 12209501.

HSL color Cylindrical-coordinate representation of color #5D4DBA: hue angle of 248.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4DBA is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 77 186 -
CMYK 0.5 0.59 0 0.27
HSL 248.81º 0.44% 0.52% -
HSV(B) 248.81º 0.59% 0.73% -
XYZ 16.03 11.18 47.77 -
YUV 94.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 93 77 186 0.5 0.59 0 0.27 248.81 0.44 0.52
Hex 5D 4D BA 32 3B 0 1B F9 2C 34
Octal 135 115 272 62 73 0 33 371 54 64
Binary 1011101 1001101 10111010 110010 111011 0 11011 11111001 101100 110100

Color Harmonies of #5D4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DBA

Black with #5D4DBA

Text Example


Text Example

White with #5D4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,186); }

 H1.HeaderClassName
 {
   color: #5D4DBA;
 }
 .AnyTagClassName
 {
   color: #5D4DBA;
 }
</style>

background-color css

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

 a { background-color: rgb(93,77,186); }

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

border-color css

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

 span { border-color: rgb(93,77,186); }

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