Html Css Color HEX #50289E Daisy Bush

📋 copy color: '#50289E'

red 80 ◦ green 40 ◦ blue 158

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

Shades of Daisy Bush #50289E

Tints of Daisy Bush #50289E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 28.78%
G = 14.39%
B = 56.83%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50289E (or 0x50289E) is known color: Daisy Bush. HEX triplet: 50, 28 and 9E. RGB value is (80,40,158). Sum of RGB (Red+Green+Blue) = 80+40+158=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #50289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50289E is #AFD761. Grayscale: #404040. Windows color (decimal): -11523938 or 10365008. OLE color: 10365008.

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

Color convert

RGB 80 40 158 -
CMYK 0.49 0.75 0 0.38
HSL 260.34º 0.6% 0.39% -
HSV(B) 260.34º 0.75% 0.62% -
XYZ 10.24 5.69 32.91 -
YUV 65.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 80 40 158 0.49 0.75 0 0.38 260.34 0.6 0.39
Hex 50 28 9E 31 4B 0 26 104 3C 27
Octal 120 50 236 61 113 0 46 404 74 47
Binary 1010000 101000 10011110 110001 1001011 0 100110 100000100 111100 100111

Color Harmonies of #50289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50289E

Black with #50289E

Text Example


Text Example

White with #50289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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