#50269A

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

Shades of Daisy Bush #50269A

Tints of Daisy Bush #50269A

Color information

#50269A (or 0x50269A) is unknown color: approx Daisy Bush. HEX triplet: 50, 26 and 9A. RGB value is (80,38,154). Sum of RGB (Red+Green+Blue) = 80+38+154=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #50269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50269A is #AFD965. Grayscale: #3F3F3F. Windows color (decimal): -11524454 or 10102352. OLE color: 10102352.

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

Color convert

RGB8038154-
CMYK0.480.7500.40
HSL261.72º60.42%37.65%-
HSV(B)261.72º75.32%60.39%-
XYZ9.835.4231.1-
YUV63.78178.91139.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 154 (60.55% from 255) = 56.62%
R=29.41%
G=13.97%
B=56.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80381540.480.7500.40261.7260.4237.65
Hex50269A304B0281063c26
Octal12046232601130504067446
Binary10100001001101001101011000010010110101000100000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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