Html Css Color HEX #5E389A Daisy Bush

📋 copy color: '#5E389A'

red 94 ◦ green 56 ◦ blue 154

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

Shades of Daisy Bush #5E389A

Tints of Daisy Bush #5E389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 30.92%
G = 18.42%
B = 50.66%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E389A (or 0x5E389A) is known color: Daisy Bush. HEX triplet: 5E, 38 and 9A. RGB value is (94,56,154). Sum of RGB (Red+Green+Blue) = 94+56+154=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E389A is #A1C765. Grayscale: #4E4E4E. Windows color (decimal): -10602342 or 10106974. OLE color: 10106974.

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

Color convert

RGB 94 56 154 -
CMYK 0.39 0.64 0 0.40
HSL 263.27º 0.47% 0.41% -
HSV(B) 263.27º 0.64% 0.6% -
XYZ 11.86 7.54 31.4 -
YUV 78.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 94 56 154 0.39 0.64 0 0.40 263.27 0.47 0.41
Hex 5E 38 9A 27 40 0 28 107 2F 29
Octal 136 70 232 47 100 0 50 407 57 51
Binary 1011110 111000 10011010 100111 1000000 0 101000 100000111 101111 101001

Color Harmonies of #5E389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E389A

Black with #5E389A

Text Example


Text Example

White with #5E389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,56,154); }

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

background-color css

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

 a { background-color: rgb(94,56,154); }

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

border-color css

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

 span { border-color: rgb(94,56,154); }

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