#502599

Color #502599 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #502599

Tints of Daisy Bush #502599

Color information

#502599 (or 0x502599) is unknown color: approx 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

RGB8037153-
CMYK0.480.7600.4
HSL262.24º61.05%37.25%-
HSV(B)262.24º75.82%60%-
XYZ9.725.3330.65-
YUV63.08178.75140.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=29.63%
G=13.70%
B=56.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80371530.480.7600.4262.2461.0537.25
Hex502599304C0281063d25
Octal12045231601140504067545
Binary10100001001011001100111000010011000101000100000110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>