Html Css Color HEX #5D4AAE Blue Marguerite

📋 copy color: '#5D4AAE'

red 93 ◦ green 74 ◦ blue 174

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

Shades of Blue Marguerite #5D4AAE

Tints of Blue Marguerite #5D4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 27.27%
G = 21.7%
B = 51.03%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D4AAE (or 0x5D4AAE) is known color: Blue Marguerite. HEX triplet: 5D, 4A and AE. RGB value is (93,74,174). Sum of RGB (Red+Green+Blue) = 93+74+174=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4AAE is #A2B551. Grayscale: #5A5A5A. Windows color (decimal): -10663250 or 11422301. OLE color: 11422301.

HSL color Cylindrical-coordinate representation of color #5D4AAE: hue angle of 251.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D4AAE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 74 174 -
CMYK 0.47 0.57 0 0.32
HSL 251.4º 0.4% 0.49% -
HSV(B) 251.4º 0.57% 0.68% -
XYZ 14.6 10.28 41.26 -
YUV 91.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 93 74 174 0.47 0.57 0 0.32 251.4 0.4 0.49
Hex 5D 4A AE 2F 39 0 20 FB 28 31
Octal 135 112 256 57 71 0 40 373 50 61
Binary 1011101 1001010 10101110 101111 111001 0 100000 11111011 101000 110001

Color Harmonies of #5D4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4AAE

Black with #5D4AAE

Text Example


Text Example

White with #5D4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,74,174); }

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

background-color css

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

 a { background-color: rgb(93,74,174); }

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

border-color css

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

 span { border-color: rgb(93,74,174); }

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