Html Css Color HEX #50259C Daisy Bush

📋 copy color: '#50259C'

red 80 ◦ green 37 ◦ blue 156

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

Shades of Daisy Bush #50259C

Tints of Daisy Bush #50259C

RGB

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

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

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

R = 29.3%
G = 13.55%
B = 57.14%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50259C (or 0x50259C) is known color: Daisy Bush. HEX triplet: 50, 25 and 9C. RGB value is (80,37,156). Sum of RGB (Red+Green+Blue) = 80+37+156=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #50259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50259C is #AFDA63. Grayscale: #3E3E3E. Windows color (decimal): -11524708 or 10233168. OLE color: 10233168.

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

Color convert

RGB 80 37 156 -
CMYK 0.49 0.76 0 0.39
HSL 261.68º 0.62% 0.38% -
HSV(B) 261.68º 0.76% 0.61% -
XYZ 9.97 5.43 31.97 -
YUV 63.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 80 37 156 0.49 0.76 0 0.39 261.68 0.62 0.38
Hex 50 25 9C 31 4C 0 27 106 3E 26
Octal 120 45 234 61 114 0 47 406 76 46
Binary 1010000 100101 10011100 110001 1001100 0 100111 100000110 111110 100110

Color Harmonies of #50259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50259C

Black with #50259C

Text Example


Text Example

White with #50259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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