#511B87

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

Shades of Kingfisher Daisy #511B87

Tints of Kingfisher Daisy #511B87

Color information

#511B87 (or 0x511B87) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 1B and 87. RGB value is (81,27,135). Sum of RGB (Red+Green+Blue) = 81+27+135=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #511B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511B87 is #AEE478. Grayscale: #373737. Windows color (decimal): -11461753 or 8854353. OLE color: 8854353.

HSL color Cylindrical-coordinate representation of color #511B87: hue angle of 270º 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 #511B87 is Cyan = 0.40, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8127135-
CMYK0.400.800.47
HSL270º66.67%31.76%-
HSV(B)270º80%52.94%-
XYZ8.164.2823.32-
YUV55.46172.89146.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81271350.400.800.4727066.6731.76
Hex511B87285002F10e4320
Octal121332075012005741610340
Binary10100011101110000111101000101000001011111000011101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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