Html Css Color HEX #5D4BAE Blue Marguerite

📋 copy color: '#5D4BAE'

red 93 ◦ green 75 ◦ blue 174

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

Shades of Blue Marguerite #5D4BAE

Tints of Blue Marguerite #5D4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

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

R = 27.19%
G = 21.93%
B = 50.88%

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

#5D4BAE (or 0x5D4BAE) is known color: Blue Marguerite. HEX triplet: 5D, 4B and AE. RGB value is (93,75,174). Sum of RGB (Red+Green+Blue) = 93+75+174=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4BAE is #A2B451. Grayscale: #5B5B5B. Windows color (decimal): -10662994 or 11422557. OLE color: 11422557.

HSL color Cylindrical-coordinate representation of color #5D4BAE: hue angle of 250.91º 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 #5D4BAE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 75 174 -
CMYK 0.47 0.57 0 0.32
HSL 250.91º 0.4% 0.49% -
HSV(B) 250.91º 0.57% 0.68% -
XYZ 14.67 10.42 41.28 -
YUV 91.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 93 75 174 0.47 0.57 0 0.32 250.91 0.4 0.49
Hex 5D 4B AE 2F 39 0 20 FB 28 31
Octal 135 113 256 57 71 0 40 373 50 61
Binary 1011101 1001011 10101110 101111 111001 0 100000 11111011 101000 110001

Color Harmonies of #5D4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4BAE

Black with #5D4BAE

Text Example


Text Example

White with #5D4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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