Html Css Color HEX #5E339C Daisy Bush

📋 copy color: '#5E339C'

red 94 ◦ green 51 ◦ blue 156

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

Shades of Daisy Bush #5E339C

Tints of Daisy Bush #5E339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

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

R = 31.23%
G = 16.94%
B = 51.83%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E339C (or 0x5E339C) is known color: Daisy Bush. HEX triplet: 5E, 33 and 9C. RGB value is (94,51,156). Sum of RGB (Red+Green+Blue) = 94+51+156=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E339C is #A1CC63. Grayscale: #4B4B4B. Windows color (decimal): -10603620 or 10236766. OLE color: 10236766.

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

Color convert

RGB 94 51 156 -
CMYK 0.40 0.67 0 0.39
HSL 264.57º 0.51% 0.41% -
HSV(B) 264.57º 0.67% 0.61% -
XYZ 11.8 7.15 32.21 -
YUV 75.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 94 51 156 0.40 0.67 0 0.39 264.57 0.51 0.41
Hex 5E 33 9C 28 43 0 27 109 33 29
Octal 136 63 234 50 103 0 47 411 63 51
Binary 1011110 110011 10011100 101000 1000011 0 100111 100001001 110011 101001

Color Harmonies of #5E339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E339C

Black with #5E339C

Text Example


Text Example

White with #5E339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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