#502997

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

Shades of Daisy Bush #502997

Tints of Daisy Bush #502997

Color information

#502997 (or 0x502997) is unknown color: approx Daisy Bush. HEX triplet: 50, 29 and 97. RGB value is (80,41,151). Sum of RGB (Red+Green+Blue) = 80+41+151=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #502997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502997 is #AFD668. Grayscale: #404040. Windows color (decimal): -11523689 or 9906512. OLE color: 9906512.

HSL color Cylindrical-coordinate representation of color #502997: hue angle of 261.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502997 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8041151-
CMYK0.470.7300.41
HSL261.27º57.29%37.65%-
HSV(B)261.27º72.85%59.22%-
XYZ9.695.5329.83-
YUV65.2176.42138.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=29.41%
G=15.07%
B=55.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80411510.470.7300.41261.2757.2937.65
Hex5029972F490291053926
Octal12051227571110514057146
Binary10100001010011001011110111110010010101001100000101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502997; }

 p { color: rgb(80,41,151); }

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

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

 a { background-color: rgb(80,41,151); }

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

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

 span { border-color: rgb(80,41,151); }

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