Html Css Color HEX #5E509B Butterfly Bush

📋 copy color: '#5E509B'

red 94 ◦ green 80 ◦ blue 155

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

Shades of Butterfly Bush #5E509B

Tints of Butterfly Bush #5E509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 28.57%
G = 24.32%
B = 47.11%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E509B (or 0x5E509B) is known color: Butterfly Bush. HEX triplet: 5E, 50 and 9B. RGB value is (94,80,155). Sum of RGB (Red+Green+Blue) = 94+80+155=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E509B is #A1AF64. Grayscale: #5C5C5C. Windows color (decimal): -10596197 or 10178654. OLE color: 10178654.

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

Color convert

RGB 94 80 155 -
CMYK 0.39 0.48 0 0.39
HSL 251.2º 0.32% 0.46% -
HSV(B) 251.2º 0.48% 0.61% -
XYZ 13.4 10.48 32.33 -
YUV 92.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 94 80 155 0.39 0.48 0 0.39 251.2 0.32 0.46
Hex 5E 50 9B 27 30 0 27 FB 20 2E
Octal 136 120 233 47 60 0 47 373 40 56
Binary 1011110 1010000 10011011 100111 110000 0 100111 11111011 100000 101110

Color Harmonies of #5E509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E509B

Black with #5E509B

Text Example


Text Example

White with #5E509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,80,155); }

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

background-color css

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

 a { background-color: rgb(94,80,155); }

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

border-color css

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

 span { border-color: rgb(94,80,155); }

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