Html Css Color HEX #502699 Daisy Bush

📋 copy color: '#502699'

red 80 ◦ green 38 ◦ blue 153

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

Shades of Daisy Bush #502699

Tints of Daisy Bush #502699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 29.52%
G = 14.02%
B = 56.46%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#502699 (or 0x502699) is known color: Daisy Bush. HEX triplet: 50, 26 and 99. RGB value is (80,38,153). Sum of RGB (Red+Green+Blue) = 80+38+153=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #502699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502699 is #AFD966. Grayscale: #3F3F3F. Windows color (decimal): -11524455 or 10036816. OLE color: 10036816.

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

Color convert

RGB 80 38 153 -
CMYK 0.48 0.75 0 0.4
HSL 261.91º 0.6% 0.37% -
HSV(B) 261.91º 0.75% 0.6% -
XYZ 9.75 5.39 30.66 -
YUV 63.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 80 38 153 0.48 0.75 0 0.4 261.91 0.6 0.37
Hex 50 26 99 30 4B 0 28 106 3C 25
Octal 120 46 231 60 113 0 50 406 74 45
Binary 1010000 100110 10011001 110000 1001011 0 101000 100000110 111100 100101

Color Harmonies of #502699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502699

Black with #502699

Text Example


Text Example

White with #502699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502699; }

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

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

background-color css

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

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

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

border-color css

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

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

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