Html Css Color HEX #5E5096 Butterfly Bush

📋 copy color: '#5E5096'

red 94 ◦ green 80 ◦ blue 150

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

Shades of Butterfly Bush #5E5096

Tints of Butterfly Bush #5E5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 29.01%
G = 24.69%
B = 46.3%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E5096 (or 0x5E5096) is known color: Butterfly Bush. HEX triplet: 5E, 50 and 96. RGB value is (94,80,150). Sum of RGB (Red+Green+Blue) = 94+80+150=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E5096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5096 is #A1AF69. Grayscale: #5B5B5B. Windows color (decimal): -10596202 or 9850974. OLE color: 9850974.

HSL color Cylindrical-coordinate representation of color #5E5096: hue angle of 252º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E5096 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 80 150 -
CMYK 0.37 0.47 0 0.41
HSL 252º 0.3% 0.45% -
HSV(B) 252º 0.47% 0.59% -
XYZ 12.99 10.32 30.16 -
YUV 92.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 94 80 150 0.37 0.47 0 0.41 252 0.3 0.45
Hex 5E 50 96 25 2F 0 29 FC 1E 2D
Octal 136 120 226 45 57 0 51 374 36 55
Binary 1011110 1010000 10010110 100101 101111 0 101001 11111100 11110 101101

Color Harmonies of #5E5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5096

Black with #5E5096

Text Example


Text Example

White with #5E5096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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