#502C98

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

Shades of Daisy Bush #502C98

Tints of Daisy Bush #502C98

Color information

#502C98 (or 0x502C98) is unknown color: approx Daisy Bush. HEX triplet: 50, 2C and 98. RGB value is (80,44,152). Sum of RGB (Red+Green+Blue) = 80+44+152=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #502C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C98 is #AFD367. Grayscale: #424242. Windows color (decimal): -11522920 or 9972816. OLE color: 9972816.

HSL color Cylindrical-coordinate representation of color #502C98: hue angle of 260º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502C98 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8044152-
CMYK0.470.7100.40
HSL260º55.1%38.43%-
HSV(B)260º71.05%59.61%-
XYZ9.885.7730.3-
YUV67.08175.93137.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=28.99%
G=15.94%
B=55.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80441520.470.7100.4026055.138.43
Hex502C982F470281043726
Octal12054230571070504046746
Binary10100001011001001100010111110001110101000100000100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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