Html Css Color HEX #50259A Daisy Bush

📋 copy color: '#50259A'

red 80 ◦ green 37 ◦ blue 154

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

Shades of Daisy Bush #50259A

Tints of Daisy Bush #50259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

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

R = 29.52%
G = 13.65%
B = 56.83%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50259A (or 0x50259A) is known color: Daisy Bush. HEX triplet: 50, 25 and 9A. RGB value is (80,37,154). Sum of RGB (Red+Green+Blue) = 80+37+154=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #50259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50259A is #AFDA65. Grayscale: #3E3E3E. Windows color (decimal): -11524710 or 10102096. OLE color: 10102096.

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

Color convert

RGB 80 37 154 -
CMYK 0.48 0.76 0 0.40
HSL 262.05º 0.61% 0.37% -
HSV(B) 262.05º 0.76% 0.6% -
XYZ 9.8 5.36 31.09 -
YUV 63.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 80 37 154 0.48 0.76 0 0.40 262.05 0.61 0.37
Hex 50 25 9A 30 4C 0 28 106 3D 25
Octal 120 45 232 60 114 0 50 406 75 45
Binary 1010000 100101 10011010 110000 1001100 0 101000 100000110 111101 100101

Color Harmonies of #50259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50259A

Black with #50259A

Text Example


Text Example

White with #50259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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