#503092

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

Shades of Daisy Bush #503092

Tints of Daisy Bush #503092

Color information

#503092 (or 0x503092) is unknown color: approx Daisy Bush. HEX triplet: 50, 30 and 92. RGB value is (80,48,146). Sum of RGB (Red+Green+Blue) = 80+48+146=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #503092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503092 is #AFCF6D. Grayscale: #444444. Windows color (decimal): -11521902 or 9580624. OLE color: 9580624.

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

Color convert

RGB8048146-
CMYK0.450.6700.43
HSL259.59º50.52%38.04%-
HSV(B)259.59º67.12%57.25%-
XYZ9.555.8927.83-
YUV68.74171.6136.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=29.20%
G=17.52%
B=53.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80481460.450.6700.43259.5950.5238.04
Hex5030922D4302B1043326
Octal12060222551030534046346
Binary10100001100001001001010110110000110101011100000100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503092; }

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

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

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

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

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

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

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

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