Html Css Color HEX #50289C Daisy Bush

📋 copy color: '#50289C'

red 80 ◦ green 40 ◦ blue 156

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

Shades of Daisy Bush #50289C

Tints of Daisy Bush #50289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 28.99%
G = 14.49%
B = 56.52%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50289C (or 0x50289C) is known color: Daisy Bush. HEX triplet: 50, 28 and 9C. RGB value is (80,40,156). Sum of RGB (Red+Green+Blue) = 80+40+156=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #50289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50289C is #AFD763. Grayscale: #404040. Windows color (decimal): -11523940 or 10233936. OLE color: 10233936.

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

Color convert

RGB 80 40 156 -
CMYK 0.49 0.74 0 0.39
HSL 260.69º 0.59% 0.38% -
HSV(B) 260.69º 0.74% 0.61% -
XYZ 10.07 5.62 32.01 -
YUV 65.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 80 40 156 0.49 0.74 0 0.39 260.69 0.59 0.38
Hex 50 28 9C 31 4A 0 27 105 3B 26
Octal 120 50 234 61 112 0 47 405 73 46
Binary 1010000 101000 10011100 110001 1001010 0 100111 100000101 111011 100110

Color Harmonies of #50289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50289C

Black with #50289C

Text Example


Text Example

White with #50289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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