#511E8A

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

Shades of Kingfisher Daisy #511E8A

Tints of Kingfisher Daisy #511E8A

Color information

#511E8A (or 0x511E8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 1E and 8A. RGB value is (81,30,138). Sum of RGB (Red+Green+Blue) = 81+30+138=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #511E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511E8A is #AEE175. Grayscale: #393939. Windows color (decimal): -11460982 or 9051729. OLE color: 9051729.

HSL color Cylindrical-coordinate representation of color #511E8A: hue angle of 268.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511E8A is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8130138-
CMYK0.410.7800.46
HSL268.33º64.29%32.94%-
HSV(B)268.33º78.26%54.12%-
XYZ8.454.5124.47-
YUV57.56173.4144.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=32.53%
G=12.05%
B=55.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81301380.410.7800.46268.3364.2932.94
Hex511E8A294E02E10c4021
Octal121362125111605641410041
Binary10100011111010001010101001100111001011101000011001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,30,138); }

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

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

 a { background-color: rgb(81,30,138); }

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

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

 span { border-color: rgb(81,30,138); }

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