Html Css Color HEX #5E5295 Butterfly Bush

📋 copy color: '#5E5295'

red 94 ◦ green 82 ◦ blue 149

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

Shades of Butterfly Bush #5E5295

Tints of Butterfly Bush #5E5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 28.92%
G = 25.23%
B = 45.85%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E5295 (or 0x5E5295) is known color: Butterfly Bush. HEX triplet: 5E, 52 and 95. RGB value is (94,82,149). Sum of RGB (Red+Green+Blue) = 94+82+149=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5295 is #A1AD6A. Grayscale: #5C5C5C. Windows color (decimal): -10595691 or 9785950. OLE color: 9785950.

HSL color Cylindrical-coordinate representation of color #5E5295: hue angle of 250.75º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E5295 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 82 149 -
CMYK 0.37 0.45 0 0.42
HSL 250.75º 0.29% 0.45% -
HSV(B) 250.75º 0.45% 0.58% -
XYZ 13.06 10.58 29.79 -
YUV 93.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 94 82 149 0.37 0.45 0 0.42 250.75 0.29 0.45
Hex 5E 52 95 25 2D 0 2A FB 1D 2D
Octal 136 122 225 45 55 0 52 373 35 55
Binary 1011110 1010010 10010101 100101 101101 0 101010 11111011 11101 101101

Color Harmonies of #5E5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5295

Black with #5E5295

Text Example


Text Example

White with #5E5295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,149); }

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

background-color css

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

 a { background-color: rgb(94,82,149); }

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

border-color css

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

 span { border-color: rgb(94,82,149); }

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