#513D62

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

Shades of Honey Flower #513D62

Tints of Honey Flower #513D62

Color information

#513D62 (or 0x513D62) is unknown color: approx Honey Flower. HEX triplet: 51, 3D and 62. RGB value is (81,61,98). Sum of RGB (Red+Green+Blue) = 81+61+98=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #513D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D62 is #AEC29D. Grayscale: #474747. Windows color (decimal): -11453086 or 6438225. OLE color: 6438225.

HSL color Cylindrical-coordinate representation of color #513D62: hue angle of 272.43º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513D62 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB816198-
CMYK0.170.3800.62
HSL272.43º23.27%31.18%-
HSV(B)272.43º37.76%38.43%-
XYZ7.275.9712.32-
YUV71.2143.13134.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=33.75%
G=25.42%
B=40.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8161980.170.3800.62272.4323.2731.18
Hex513D62112603E110171f
Octal1217514221460764202737
Binary101000111110111000101000110011001111101000100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513D62; }

 p { color: rgb(81,61,98); }

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

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

 a { background-color: rgb(81,61,98); }

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

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

 span { border-color: rgb(81,61,98); }

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