Html Css Color HEX #5E5399 Butterfly Bush

📋 copy color: '#5E5399'

red 94 ◦ green 83 ◦ blue 153

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

Shades of Butterfly Bush #5E5399

Tints of Butterfly Bush #5E5399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 28.48%
G = 25.15%
B = 46.36%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E5399 (or 0x5E5399) is known color: Butterfly Bush. HEX triplet: 5E, 53 and 99. RGB value is (94,83,153). Sum of RGB (Red+Green+Blue) = 94+83+153=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5399 is #A1AC66. Grayscale: #5E5E5E. Windows color (decimal): -10595431 or 10048350. OLE color: 10048350.

HSL color Cylindrical-coordinate representation of color #5E5399: hue angle of 249.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E5399 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 83 153 -
CMYK 0.39 0.46 0 0.4
HSL 249.43º 0.3% 0.46% -
HSV(B) 249.43º 0.46% 0.6% -
XYZ 13.46 10.87 31.52 -
YUV 94.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 94 83 153 0.39 0.46 0 0.4 249.43 0.3 0.46
Hex 5E 53 99 27 2E 0 28 F9 1E 2E
Octal 136 123 231 47 56 0 50 371 36 56
Binary 1011110 1010011 10011001 100111 101110 0 101000 11111001 11110 101110

Color Harmonies of #5E5399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5399

Black with #5E5399

Text Example


Text Example

White with #5E5399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,153); }

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

background-color css

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

 a { background-color: rgb(94,83,153); }

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

border-color css

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

 span { border-color: rgb(94,83,153); }

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