#511C8D

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

Shades of Kingfisher Daisy #511C8D

Tints of Kingfisher Daisy #511C8D

Color information

#511C8D (or 0x511C8D) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 1C and 8D. RGB value is (81,28,141). Sum of RGB (Red+Green+Blue) = 81+28+141=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #511C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511C8D is #AEE372. Grayscale: #383838. Windows color (decimal): -11461491 or 9247825. OLE color: 9247825.

HSL color Cylindrical-coordinate representation of color #511C8D: hue angle of 268.14º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511C8D is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8128141-
CMYK0.430.8000.45
HSL268.14º66.86%33.14%-
HSV(B)268.14º80.14%55.29%-
XYZ8.624.525.61-
YUV56.73175.56145.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=32.4%
G=11.2%
B=56.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81281410.430.8000.45268.1466.8633.14
Hex511C8D2B5002D10c4321
Octal121342155312005541410341
Binary10100011110010001101101011101000001011011000011001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,28,141); }

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

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

 a { background-color: rgb(81,28,141); }

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

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

 span { border-color: rgb(81,28,141); }

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