#502998

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

Shades of Daisy Bush #502998

Tints of Daisy Bush #502998

Color information

#502998 (or 0x502998) is unknown color: approx Daisy Bush. HEX triplet: 50, 29 and 98. RGB value is (80,41,152). Sum of RGB (Red+Green+Blue) = 80+41+152=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #502998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502998 is #AFD667. Grayscale: #404040. Windows color (decimal): -11523688 or 9972048. OLE color: 9972048.

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

Color convert

RGB8041152-
CMYK0.470.7300.40
HSL261.08º57.51%37.84%-
HSV(B)261.08º73.03%59.61%-
XYZ9.775.5630.26-
YUV65.32176.92138.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 152 (59.77% from 255) = 55.68%
R=29.30%
G=15.02%
B=55.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80411520.470.7300.40261.0857.5137.84
Hex5029982F490281053a26
Octal12051230571110504057246
Binary10100001010011001100010111110010010101000100000101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502998; }

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

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

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

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

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

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

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

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