#502498

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

Shades of Daisy Bush #502498

Tints of Daisy Bush #502498

Color information

#502498 (or 0x502498) is unknown color: approx Daisy Bush. HEX triplet: 50, 24 and 98. RGB value is (80,36,152). Sum of RGB (Red+Green+Blue) = 80+36+152=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #502498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502498 is #AFDB67. Grayscale: #3D3D3D. Windows color (decimal): -11524968 or 9970768. OLE color: 9970768.

HSL color Cylindrical-coordinate representation of color #502498: hue angle of 262.76º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502498 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8036152-
CMYK0.470.7600.40
HSL262.76º61.7%36.86%-
HSV(B)262.76º76.32%59.61%-
XYZ9.615.2330.21-
YUV62.38178.58140.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=29.85%
G=13.43%
B=56.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80361520.470.7600.40262.7661.736.86
Hex5024982F4C0281073e25
Octal12044230571140504077645
Binary10100001001001001100010111110011000101000100000111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502498; }

 p { color: rgb(80,36,152); }

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

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

 a { background-color: rgb(80,36,152); }

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

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

 span { border-color: rgb(80,36,152); }

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