#501B87

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

Shades of Kingfisher Daisy #501B87

Tints of Kingfisher Daisy #501B87

Color information

#501B87 (or 0x501B87) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1B and 87. RGB value is (80,27,135). Sum of RGB (Red+Green+Blue) = 80+27+135=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #501B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501B87 is #AFE478. Grayscale: #363636. Windows color (decimal): -11527289 or 8854352. OLE color: 8854352.

HSL color Cylindrical-coordinate representation of color #501B87: hue angle of 269.44º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501B87 is Cyan = 0.41, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8027135-
CMYK0.410.800.47
HSL269.44º66.67%31.76%-
HSV(B)269.44º80%52.94%-
XYZ8.074.2423.31-
YUV55.16173.06145.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=33.06%
G=11.16%
B=55.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80271350.410.800.47269.4466.6731.76
Hex501B87295002F10d4320
Octal120332075112005741510340
Binary10100001101110000111101001101000001011111000011011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,27,135); }

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

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

 a { background-color: rgb(80,27,135); }

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

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

 span { border-color: rgb(80,27,135); }

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