#513861

Color #513861 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #513861

Tints of Honey Flower #513861

Color information

#513861 (or 0x513861) is unknown color: approx Honey Flower. HEX triplet: 51, 38 and 61. RGB value is (81,56,97). Sum of RGB (Red+Green+Blue) = 81+56+97=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #513861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513861 is #AEC79E. Grayscale: #444444. Windows color (decimal): -11454367 or 6371409. OLE color: 6371409.

HSL color Cylindrical-coordinate representation of color #513861: hue angle of 276.59º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513861 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB815697-
CMYK0.160.4200.62
HSL276.59º26.8%30%-
HSV(B)276.59º42.27%38.04%-
XYZ6.975.4411.99-
YUV68.15144.28137.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=34.62%
G=23.93%
B=41.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8156970.160.4200.62276.5926.830
Hex513861102A03E1151b1e
Octal1217014120520764253336
Binary101000111100011000011000010101001111101000101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513861; }

 p { color: rgb(81,56,97); }

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

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

 a { background-color: rgb(81,56,97); }

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

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

 span { border-color: rgb(81,56,97); }

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