Html Css Color HEX #502899 Daisy Bush

📋 copy color: '#502899'

red 80 ◦ green 40 ◦ blue 153

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

Shades of Daisy Bush #502899

Tints of Daisy Bush #502899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 29.3%
G = 14.65%
B = 56.04%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#502899 (or 0x502899) is known color: Daisy Bush. HEX triplet: 50, 28 and 99. RGB value is (80,40,153). Sum of RGB (Red+Green+Blue) = 80+40+153=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #502899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502899 is #AFD766. Grayscale: #404040. Windows color (decimal): -11523943 or 10037328. OLE color: 10037328.

HSL color Cylindrical-coordinate representation of color #502899: hue angle of 261.24º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502899 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 40 153 -
CMYK 0.48 0.74 0 0.4
HSL 261.24º 0.59% 0.38% -
HSV(B) 261.24º 0.74% 0.6% -
XYZ 9.82 5.52 30.69 -
YUV 64.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 80 40 153 0.48 0.74 0 0.4 261.24 0.59 0.38
Hex 50 28 99 30 4A 0 28 105 3B 26
Octal 120 50 231 60 112 0 50 405 73 46
Binary 1010000 101000 10011001 110000 1001010 0 101000 100000101 111011 100110

Color Harmonies of #502899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502899

Black with #502899

Text Example


Text Example

White with #502899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502899; }

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

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

background-color css

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

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

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

border-color css

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

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

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