#502892

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

Shades of Daisy Bush #502892

Tints of Daisy Bush #502892

Color information

#502892 (or 0x502892) is unknown color: approx Daisy Bush. HEX triplet: 50, 28 and 92. RGB value is (80,40,146). Sum of RGB (Red+Green+Blue) = 80+40+146=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #502892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502892 is #AFD76D. Grayscale: #3F3F3F. Windows color (decimal): -11523950 or 9578576. OLE color: 9578576.

HSL color Cylindrical-coordinate representation of color #502892: hue angle of 262.64º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502892 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8040146-
CMYK0.450.7300.43
HSL262.64º56.99%36.47%-
HSV(B)262.64º72.6%57.25%-
XYZ9.265.327.73-
YUV64.04174.25139.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=30.08%
G=15.04%
B=54.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80401460.450.7300.43262.6456.9936.47
Hex5028922D4902B1073924
Octal12050222551110534077144
Binary10100001010001001001010110110010010101011100000111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502892; }

 p { color: rgb(80,40,146); }

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

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

 a { background-color: rgb(80,40,146); }

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

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

 span { border-color: rgb(80,40,146); }

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