#513977

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

Shades of Kingfisher Daisy #513977

Tints of Kingfisher Daisy #513977

Color information

#513977 (or 0x513977) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 39 and 77. RGB value is (81,57,119). Sum of RGB (Red+Green+Blue) = 81+57+119=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #513977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513977 is #AEC688. Grayscale: #474747. Windows color (decimal): -11454089 or 7813457. OLE color: 7813457.

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

Color convert

RGB8157119-
CMYK0.320.5200.53
HSL263.23º35.23%34.51%-
HSV(B)263.23º52.1%46.67%-
XYZ8.196.0118.18-
YUV71.24154.95134.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=31.52%
G=22.18%
B=46.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81571190.320.5200.53263.2335.2334.51
Hex51397720340351072323
Octal1217116740640654074343
Binary101000111100111101111000001101000110101100000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513977; }

 p { color: rgb(81,57,119); }

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

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

 a { background-color: rgb(81,57,119); }

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

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

 span { border-color: rgb(81,57,119); }

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