Html Css Color HEX #50229C Daisy Bush

📋 copy color: '#50229C'

red 80 ◦ green 34 ◦ blue 156

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

Shades of Daisy Bush #50229C

Tints of Daisy Bush #50229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

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

R = 29.63%
G = 12.59%
B = 57.78%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50229C (or 0x50229C) is known color: Daisy Bush. HEX triplet: 50, 22 and 9C. RGB value is (80,34,156). Sum of RGB (Red+Green+Blue) = 80+34+156=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #50229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50229C is #AFDD63. Grayscale: #3D3D3D. Windows color (decimal): -11525476 or 10232400. OLE color: 10232400.

HSL color Cylindrical-coordinate representation of color #50229C: hue angle of 262.62º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50229C is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 34 156 -
CMYK 0.49 0.78 0 0.39
HSL 262.62º 0.64% 0.37% -
HSV(B) 262.62º 0.78% 0.61% -
XYZ 9.88 5.25 31.95 -
YUV 61.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 80 34 156 0.49 0.78 0 0.39 262.62 0.64 0.37
Hex 50 22 9C 31 4E 0 27 107 40 25
Octal 120 42 234 61 116 0 47 407 100 45
Binary 1010000 100010 10011100 110001 1001110 0 100111 100000111 1000000 100101

Color Harmonies of #50229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50229C

Black with #50229C

Text Example


Text Example

White with #50229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50229C; }

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

 H1.HeaderClassName
 {
   color: #50229C;
 }
 .AnyTagClassName
 {
   color: #50229C;
 }
</style>

background-color css

<style>
 a { background-color: #50229C; }

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

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

border-color css

<style>
 span { border-color: #50229C; }

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

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