Html Css Color HEX #5D4CAE Blue Marguerite

📋 copy color: '#5D4CAE'

red 93 ◦ green 76 ◦ blue 174

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

Shades of Blue Marguerite #5D4CAE

Tints of Blue Marguerite #5D4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.16%

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

R = 27.11%
G = 22.16%
B = 50.73%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D4CAE (or 0x5D4CAE) is known color: Blue Marguerite. HEX triplet: 5D, 4C and AE. RGB value is (93,76,174). Sum of RGB (Red+Green+Blue) = 93+76+174=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D4CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4CAE is #A2B351. Grayscale: #5B5B5B. Windows color (decimal): -10662738 or 11422813. OLE color: 11422813.

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

Color convert

RGB 93 76 174 -
CMYK 0.47 0.56 0 0.32
HSL 250.41º 0.39% 0.49% -
HSV(B) 250.41º 0.56% 0.68% -
XYZ 14.74 10.55 41.3 -
YUV 92.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 93 76 174 0.47 0.56 0 0.32 250.41 0.39 0.49
Hex 5D 4C AE 2F 38 0 20 FA 27 31
Octal 135 114 256 57 70 0 40 372 47 61
Binary 1011101 1001100 10101110 101111 111000 0 100000 11111010 100111 110001

Color Harmonies of #5D4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CAE

Black with #5D4CAE

Text Example


Text Example

White with #5D4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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