Html Css Color HEX #5E4CAB Blue Marguerite

📋 copy color: '#5E4CAB'

red 94 ◦ green 76 ◦ blue 171

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

Shades of Blue Marguerite #5E4CAB

Tints of Blue Marguerite #5E4CAB

RGB

 RED value IS 94 (37.11% from 255) = 27.57%

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 27.57%
G = 22.29%
B = 50.15%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E4CAB (or 0x5E4CAB) is known color: Blue Marguerite. HEX triplet: 5E, 4C and AB. RGB value is (94,76,171). Sum of RGB (Red+Green+Blue) = 94+76+171=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E4CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4CAB is #A1B354. Grayscale: #5B5B5B. Windows color (decimal): -10597205 or 11226206. OLE color: 11226206.

HSL color Cylindrical-coordinate representation of color #5E4CAB: hue angle of 251.37º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E4CAB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 76 171 -
CMYK 0.45 0.56 0 0.33
HSL 251.37º 0.38% 0.48% -
HSV(B) 251.37º 0.56% 0.67% -
XYZ 14.55 10.49 39.79 -
YUV 92.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 94 76 171 0.45 0.56 0 0.33 251.37 0.38 0.48
Hex 5E 4C AB 2D 38 0 21 FB 26 30
Octal 136 114 253 55 70 0 41 373 46 60
Binary 1011110 1001100 10101011 101101 111000 0 100001 11111011 100110 110000

Color Harmonies of #5E4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4CAB

Black with #5E4CAB

Text Example


Text Example

White with #5E4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,76,171); }

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

background-color css

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

 a { background-color: rgb(94,76,171); }

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

border-color css

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

 span { border-color: rgb(94,76,171); }

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