#502695

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

Shades of Daisy Bush #502695

Tints of Daisy Bush #502695

Color information

#502695 (or 0x502695) is unknown color: approx Daisy Bush. HEX triplet: 50, 26 and 95. RGB value is (80,38,149). Sum of RGB (Red+Green+Blue) = 80+38+149=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #502695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502695 is #AFD96A. Grayscale: #3E3E3E. Windows color (decimal): -11524459 or 9774672. OLE color: 9774672.

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

Color convert

RGB8038149-
CMYK0.460.7400.42
HSL262.7º59.36%36.67%-
HSV(B)262.7º74.5%58.43%-
XYZ9.435.2628.95-
YUV63.21176.41139.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=29.96%
G=14.23%
B=55.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80381490.460.7400.42262.759.3636.67
Hex5026952E4A02A1073b25
Octal12046225561120524077345
Binary10100001001101001010110111010010100101010100000111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502695; }

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

 H1.HeaderClassName
 {
   color: #502695;
 }
 .AnyTagClassName
 {
   color: #502695;
 }
</style>
background-color css

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

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

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

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

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

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