#513686

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

Shades of Kingfisher Daisy #513686

Tints of Kingfisher Daisy #513686

Color information

#513686 (or 0x513686) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 36 and 86. RGB value is (81,54,134). Sum of RGB (Red+Green+Blue) = 81+54+134=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #513686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513686 is #AEC979. Grayscale: #464646. Windows color (decimal): -11454842 or 8795729. OLE color: 8795729.

HSL color Cylindrical-coordinate representation of color #513686: hue angle of 260.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513686 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8154134-
CMYK0.400.6000.47
HSL260.25º42.55%36.86%-
HSV(B)260.25º59.7%52.55%-
XYZ9.026.1123.26-
YUV71.19163.45135-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=30.11%
G=20.07%
B=49.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81541340.400.6000.47260.2542.5536.86
Hex513686283C02F1042b25
Octal1216620650740574045345
Binary1010001110110100001101010001111000101111100000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513686; }

 p { color: rgb(81,54,134); }

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

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

 a { background-color: rgb(81,54,134); }

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

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

 span { border-color: rgb(81,54,134); }

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