Html Css Color HEX #5E509C Butterfly Bush

📋 copy color: '#5E509C'

red 94 ◦ green 80 ◦ blue 156

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

Shades of Butterfly Bush #5E509C

Tints of Butterfly Bush #5E509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 28.48%
G = 24.24%
B = 47.27%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E509C (or 0x5E509C) is known color: Butterfly Bush. HEX triplet: 5E, 50 and 9C. RGB value is (94,80,156). Sum of RGB (Red+Green+Blue) = 94+80+156=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E509C is #A1AF63. Grayscale: #5C5C5C. Windows color (decimal): -10596196 or 10244190. OLE color: 10244190.

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

Color convert

RGB 94 80 156 -
CMYK 0.40 0.49 0 0.39
HSL 251.05º 0.32% 0.46% -
HSV(B) 251.05º 0.49% 0.61% -
XYZ 13.49 10.52 32.77 -
YUV 92.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 94 80 156 0.40 0.49 0 0.39 251.05 0.32 0.46
Hex 5E 50 9C 28 31 0 27 FB 20 2E
Octal 136 120 234 50 61 0 47 373 40 56
Binary 1011110 1010000 10011100 101000 110001 0 100111 11111011 100000 101110

Color Harmonies of #5E509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E509C

Black with #5E509C

Text Example


Text Example

White with #5E509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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