Html Css Color HEX #502599 Daisy Bush

📋 copy color: '#502599'

red 80 ◦ green 37 ◦ blue 153

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

Shades of Daisy Bush #502599

Tints of Daisy Bush #502599

RGB

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

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

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

R = 29.63%
G = 13.7%
B = 56.67%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#502599 (or 0x502599) is known color: Daisy Bush. HEX triplet: 50, 25 and 99. RGB value is (80,37,153). Sum of RGB (Red+Green+Blue) = 80+37+153=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #502599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502599 is #AFDA66. Grayscale: #3E3E3E. Windows color (decimal): -11524711 or 10036560. OLE color: 10036560.

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

Color convert

RGB 80 37 153 -
CMYK 0.48 0.76 0 0.4
HSL 262.24º 0.61% 0.37% -
HSV(B) 262.24º 0.76% 0.6% -
XYZ 9.72 5.33 30.65 -
YUV 63.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 80 37 153 0.48 0.76 0 0.4 262.24 0.61 0.37
Hex 50 25 99 30 4C 0 28 106 3D 25
Octal 120 45 231 60 114 0 50 406 75 45
Binary 1010000 100101 10011001 110000 1001100 0 101000 100000110 111101 100101

Color Harmonies of #502599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502599

Black with #502599

Text Example


Text Example

White with #502599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502599; }

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

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

background-color css

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

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

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

border-color css

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

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

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