Html Css Color HEX #50229B Daisy Bush

📋 copy color: '#50229B'

red 80 ◦ green 34 ◦ blue 155

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

Shades of Daisy Bush #50229B

Tints of Daisy Bush #50229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 29.74%
G = 12.64%
B = 57.62%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50229B (or 0x50229B) is known color: Daisy Bush. HEX triplet: 50, 22 and 9B. RGB value is (80,34,155). Sum of RGB (Red+Green+Blue) = 80+34+155=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #50229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50229B is #AFDD64. Grayscale: #3D3D3D. Windows color (decimal): -11525477 or 10166864. OLE color: 10166864.

HSL color Cylindrical-coordinate representation of color #50229B: hue angle of 262.81º 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 #50229B is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 34 155 -
CMYK 0.48 0.78 0 0.39
HSL 262.81º 0.64% 0.37% -
HSV(B) 262.81º 0.78% 0.61% -
XYZ 9.8 5.22 31.5 -
YUV 61.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 80 34 155 0.48 0.78 0 0.39 262.81 0.64 0.37
Hex 50 22 9B 30 4E 0 27 107 40 25
Octal 120 42 233 60 116 0 47 407 100 45
Binary 1010000 100010 10011011 110000 1001110 0 100111 100000111 1000000 100101

Color Harmonies of #50229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50229B

Black with #50229B

Text Example


Text Example

White with #50229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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