Html Css Color HEX #502595 Daisy Bush

📋 copy color: '#502595'

red 80 ◦ green 37 ◦ blue 149

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

Shades of Daisy Bush #502595

Tints of Daisy Bush #502595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 30.08%
G = 13.91%
B = 56.02%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502595 (or 0x502595) is known color: Daisy Bush. HEX triplet: 50, 25 and 95. RGB value is (80,37,149). Sum of RGB (Red+Green+Blue) = 80+37+149=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #502595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502595 is #AFDA6A. Grayscale: #3E3E3E. Windows color (decimal): -11524715 or 9774416. OLE color: 9774416.

HSL color Cylindrical-coordinate representation of color #502595: hue angle of 263.04º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502595 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 37 149 -
CMYK 0.46 0.75 0 0.42
HSL 263.04º 0.6% 0.36% -
HSV(B) 263.04º 0.75% 0.58% -
XYZ 9.39 5.2 28.94 -
YUV 62.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 80 37 149 0.46 0.75 0 0.42 263.04 0.6 0.36
Hex 50 25 95 2E 4B 0 2A 107 3C 24
Octal 120 45 225 56 113 0 52 407 74 44
Binary 1010000 100101 10010101 101110 1001011 0 101010 100000111 111100 100100

Color Harmonies of #502595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502595

Black with #502595

Text Example


Text Example

White with #502595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502595; }

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

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

background-color css

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

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

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

border-color css

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

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

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