#513087

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

Shades of Kingfisher Daisy #513087

Tints of Kingfisher Daisy #513087

Color information

#513087 (or 0x513087) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 30 and 87. RGB value is (81,48,135). Sum of RGB (Red+Green+Blue) = 81+48+135=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #513087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513087 is #AECF78. Grayscale: #434343. Windows color (decimal): -11456377 or 8859729. OLE color: 8859729.

HSL color Cylindrical-coordinate representation of color #513087: hue angle of 262.76º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513087 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8148135-
CMYK0.400.6400.47
HSL262.76º47.54%35.88%-
HSV(B)262.76º64.44%52.94%-
XYZ8.825.6123.54-
YUV67.78165.93137.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=30.68%
G=18.18%
B=51.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81481350.400.6400.47262.7647.5435.88
Hex513087284002F1073024
Octal12160207501000574076044
Binary10100011100001000011110100010000000101111100000111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513087; }

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

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

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

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

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

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

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

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