#502597

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

Shades of Daisy Bush #502597

Tints of Daisy Bush #502597

Color information

#502597 (or 0x502597) is unknown color: approx Daisy Bush. HEX triplet: 50, 25 and 97. RGB value is (80,37,151). Sum of RGB (Red+Green+Blue) = 80+37+151=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #502597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502597 is #AFDA68. Grayscale: #3E3E3E. Windows color (decimal): -11524713 or 9905488. OLE color: 9905488.

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

Color convert

RGB8037151-
CMYK0.470.7500.41
HSL262.63º60.64%36.86%-
HSV(B)262.63º75.5%59.22%-
XYZ9.565.2629.79-
YUV62.85177.75140.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 151 (59.38% from 255) = 56.34%
R=29.85%
G=13.81%
B=56.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80371510.470.7500.41262.6360.6436.86
Hex5025972F4B0291073d25
Octal12045227571130514077545
Binary10100001001011001011110111110010110101001100000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502597; }

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

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

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

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

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

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

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

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