#502BA0

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

Shades of Daisy Bush #502BA0

Tints of Daisy Bush #502BA0

Color information

#502BA0 (or 0x502BA0) is unknown color: approx Daisy Bush. HEX triplet: 50, 2B and A0. RGB value is (80,43,160). Sum of RGB (Red+Green+Blue) = 80+43+160=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #502BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502BA0 is #AFD45F. Grayscale: #424242. Windows color (decimal): -11523168 or 10496848. OLE color: 10496848.

HSL color Cylindrical-coordinate representation of color #502BA0: hue angle of 258.97º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502BA0 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8043160-
CMYK0.50.7300.37
HSL258.97º57.64%39.8%-
HSV(B)258.97º73.12%62.75%-
XYZ10.525.9733.86-
YUV67.4180.26136.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 160 (62.89% from 255) = 56.54%
R=28.27%
G=15.19%
B=56.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80431600.50.7300.37258.9757.6439.8
Hex502BA032490251033a28
Octal12053240621110454037250
Binary10100001010111010000011001010010010100101100000011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502BA0; }

 p { color: rgb(80,43,160); }

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

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

 a { background-color: rgb(80,43,160); }

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

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

 span { border-color: rgb(80,43,160); }

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