Html Css Color HEX #5E5490 Butterfly Bush

📋 copy color: '#5E5490'

red 94 ◦ green 84 ◦ blue 144

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

Shades of Butterfly Bush #5E5490

Tints of Butterfly Bush #5E5490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 29.19%
G = 26.09%
B = 44.72%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E5490 (or 0x5E5490) is known color: Butterfly Bush. HEX triplet: 5E, 54 and 90. RGB value is (94,84,144). Sum of RGB (Red+Green+Blue) = 94+84+144=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E5490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5490 is #A1AB6F. Grayscale: #5D5D5D. Windows color (decimal): -10595184 or 9458782. OLE color: 9458782.

HSL color Cylindrical-coordinate representation of color #5E5490: hue angle of 250º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E5490 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 84 144 -
CMYK 0.35 0.42 0 0.44
HSL 250º 0.26% 0.45% -
HSV(B) 250º 0.42% 0.56% -
XYZ 12.82 10.73 27.78 -
YUV 93.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 94 84 144 0.35 0.42 0 0.44 250 0.26 0.45
Hex 5E 54 90 23 2A 0 2C FA 1A 2D
Octal 136 124 220 43 52 0 54 372 32 55
Binary 1011110 1010100 10010000 100011 101010 0 101100 11111010 11010 101101

Color Harmonies of #5E5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5490

Black with #5E5490

Text Example


Text Example

White with #5E5490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,84,144); }

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

background-color css

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

 a { background-color: rgb(94,84,144); }

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

border-color css

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

 span { border-color: rgb(94,84,144); }

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