#50229A

Color #50229A Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #50229A

Tints of Daisy Bush #50229A

Color information

#50229A (or 0x50229A) is unknown color: approx Daisy Bush. HEX triplet: 50, 22 and 9A. RGB value is (80,34,154). Sum of RGB (Red+Green+Blue) = 80+34+154=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #50229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50229A is #AFDD65. Grayscale: #3D3D3D. Windows color (decimal): -11525478 or 10101328. OLE color: 10101328.

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

Color convert

RGB8034154-
CMYK0.480.7800.40
HSL263º63.83%36.86%-
HSV(B)263º77.92%60.39%-
XYZ9.715.1831.06-
YUV61.43180.24141.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=29.85%
G=12.69%
B=57.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80341540.480.7800.4026363.8336.86
Hex50229A304E0281074025
Octal120422326011605040710045
Binary101000010001010011010110000100111001010001000001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50229A;
 }
 .AnyTagClassName
 {
   color: #50229A;
 }
</style>
background-color css

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

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

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

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

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

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