Html Css Color HEX #50299B Daisy Bush

📋 copy color: '#50299B'

red 80 ◦ green 41 ◦ blue 155

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

Shades of Daisy Bush #50299B

Tints of Daisy Bush #50299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 28.99%
G = 14.86%
B = 56.16%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50299B (or 0x50299B) is known color: Daisy Bush. HEX triplet: 50, 29 and 9B. RGB value is (80,41,155). Sum of RGB (Red+Green+Blue) = 80+41+155=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #50299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50299B is #AFD664. Grayscale: #414141. Windows color (decimal): -11523685 or 10168656. OLE color: 10168656.

HSL color Cylindrical-coordinate representation of color #50299B: hue angle of 260.53º degrees, saturation: 0.58, 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 #50299B is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 41 155 -
CMYK 0.48 0.74 0 0.39
HSL 260.53º 0.58% 0.38% -
HSV(B) 260.53º 0.74% 0.61% -
XYZ 10.02 5.66 31.57 -
YUV 65.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 80 41 155 0.48 0.74 0 0.39 260.53 0.58 0.38
Hex 50 29 9B 30 4A 0 27 105 3A 26
Octal 120 51 233 60 112 0 47 405 72 46
Binary 1010000 101001 10011011 110000 1001010 0 100111 100000101 111010 100110

Color Harmonies of #50299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50299B

Black with #50299B

Text Example


Text Example

White with #50299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50299B; }

 p { color: rgb(80,41,155); }

 H1.HeaderClassName
 {
   color: #50299B;
 }
 .AnyTagClassName
 {
   color: #50299B;
 }
</style>

background-color css

<style>
 a { background-color: #50299B; }

 a { background-color: rgb(80,41,155); }

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

border-color css

<style>
 span { border-color: #50299B; }

 span { border-color: rgb(80,41,155); }

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