#502E90

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

Shades of Daisy Bush #502E90

Tints of Daisy Bush #502E90

Color information

#502E90 (or 0x502E90) is unknown color: approx Daisy Bush. HEX triplet: 50, 2E and 90. RGB value is (80,46,144). Sum of RGB (Red+Green+Blue) = 80+46+144=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #502E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502E90 is #AFD16F. Grayscale: #424242. Windows color (decimal): -11522416 or 9449040. OLE color: 9449040.

HSL color Cylindrical-coordinate representation of color #502E90: hue angle of 260.82º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502E90 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8046144-
CMYK0.440.6800.44
HSL260.82º51.58%37.25%-
HSV(B)260.82º68.06%56.47%-
XYZ9.325.6726.99-
YUV67.34171.26137.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=29.63%
G=17.04%
B=53.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80461440.440.6800.44260.8251.5837.25
Hex502E902C4402C1053425
Octal12056220541040544056445
Binary10100001011101001000010110010001000101100100000101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,46,144); }

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

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

 a { background-color: rgb(80,46,144); }

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

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

 span { border-color: rgb(80,46,144); }

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