Html Css Color HEX #50299A Daisy Bush

📋 copy color: '#50299A'

red 80 ◦ green 41 ◦ blue 154

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

Shades of Daisy Bush #50299A

Tints of Daisy Bush #50299A

RGB

 RED value IS 80 (31.64% from 255) = 29.09%

 GREEN value IS 41 (16.41% from 255) = 14.91%

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

R = 29.09%
G = 14.91%
B = 56%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50299A (or 0x50299A) is known color: Daisy Bush. HEX triplet: 50, 29 and 9A. RGB value is (80,41,154). Sum of RGB (Red+Green+Blue) = 80+41+154=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #50299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50299A is #AFD665. Grayscale: #414141. Windows color (decimal): -11523686 or 10103120. OLE color: 10103120.

HSL color Cylindrical-coordinate representation of color #50299A: hue angle of 260.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50299A is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 41 154 -
CMYK 0.48 0.73 0 0.40
HSL 260.71º 0.58% 0.38% -
HSV(B) 260.71º 0.73% 0.6% -
XYZ 9.93 5.62 31.13 -
YUV 65.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 80 41 154 0.48 0.73 0 0.40 260.71 0.58 0.38
Hex 50 29 9A 30 49 0 28 105 3A 26
Octal 120 51 232 60 111 0 50 405 72 46
Binary 1010000 101001 10011010 110000 1001001 0 101000 100000101 111010 100110

Color Harmonies of #50299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50299A

Black with #50299A

Text Example


Text Example

White with #50299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50299A; }

 p { color: rgb(80,41,154); }

 H1.HeaderClassName
 {
   color: #50299A;
 }
 .AnyTagClassName
 {
   color: #50299A;
 }
</style>

background-color css

<style>
 a { background-color: #50299A; }

 a { background-color: rgb(80,41,154); }

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

border-color css

<style>
 span { border-color: #50299A; }

 span { border-color: rgb(80,41,154); }

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