#513586

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

Shades of Kingfisher Daisy #513586

Tints of Kingfisher Daisy #513586

Color information

#513586 (or 0x513586) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 35 and 86. RGB value is (81,53,134). Sum of RGB (Red+Green+Blue) = 81+53+134=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #513586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513586 is #AECA79. Grayscale: #464646. Windows color (decimal): -11455098 or 8795473. OLE color: 8795473.

HSL color Cylindrical-coordinate representation of color #513586: hue angle of 260.74º 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 #513586 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8153134-
CMYK0.400.6000.47
HSL260.74º43.32%36.67%-
HSV(B)260.74º60.45%52.55%-
XYZ8.976.0223.24-
YUV70.61163.78135.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 134 (52.73% from 255) = 50%
R=30.22%
G=19.78%
B=50%

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
Decimal81531340.400.6000.47260.7443.3236.67
Hex513586283C02F1052b25
Octal1216520650740574055345
Binary1010001110101100001101010001111000101111100000101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513586; }

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

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

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

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

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

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

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

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