Html Css Color HEX #5E5199 Butterfly Bush

📋 copy color: '#5E5199'

red 94 ◦ green 81 ◦ blue 153

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

Shades of Butterfly Bush #5E5199

Tints of Butterfly Bush #5E5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

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

R = 28.66%
G = 24.7%
B = 46.65%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E5199 (or 0x5E5199) is known color: Butterfly Bush. HEX triplet: 5E, 51 and 99. RGB value is (94,81,153). Sum of RGB (Red+Green+Blue) = 94+81+153=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5199 is #A1AE66. Grayscale: #5C5C5C. Windows color (decimal): -10595943 or 10047838. OLE color: 10047838.

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

Color convert

RGB 94 81 153 -
CMYK 0.39 0.47 0 0.4
HSL 250.83º 0.31% 0.46% -
HSV(B) 250.83º 0.47% 0.6% -
XYZ 13.31 10.56 31.47 -
YUV 93.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 94 81 153 0.39 0.47 0 0.4 250.83 0.31 0.46
Hex 5E 51 99 27 2F 0 28 FB 1F 2E
Octal 136 121 231 47 57 0 50 373 37 56
Binary 1011110 1010001 10011001 100111 101111 0 101000 11111011 11111 101110

Color Harmonies of #5E5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5199

Black with #5E5199

Text Example


Text Example

White with #5E5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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