#501E99

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

Shades of Kingfisher Daisy #501E99

Tints of Kingfisher Daisy #501E99

Color information

#501E99 (or 0x501E99) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1E and 99. RGB value is (80,30,153). Sum of RGB (Red+Green+Blue) = 80+30+153=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #501E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501E99 is #AFE166. Grayscale: #3A3A3A. Windows color (decimal): -11526503 or 10034768. OLE color: 10034768.

HSL color Cylindrical-coordinate representation of color #501E99: hue angle of 264.39º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501E99 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8030153-
CMYK0.480.8000.4
HSL264.39º67.21%35.88%-
HSV(B)264.39º80.39%60%-
XYZ9.524.9330.59-
YUV58.97181.06143-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=30.42%
G=11.41%
B=58.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80301530.480.8000.4264.3967.2135.88
Hex501E9930500281084324
Octal120362316012005041010344
Binary10100001111010011001110000101000001010001000010001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E99; }

 p { color: rgb(80,30,153); }

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

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

 a { background-color: rgb(80,30,153); }

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

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

 span { border-color: rgb(80,30,153); }

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