#513E59

Color #513E59 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #513E59

Tints of Scarlet Gum #513E59

Color information

#513E59 (or 0x513E59) is unknown color: approx Scarlet Gum. HEX triplet: 51, 3E and 59. RGB value is (81,62,89). Sum of RGB (Red+Green+Blue) = 81+62+89=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #513E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E59 is #AEC1A6. Grayscale: #464646. Windows color (decimal): -11452839 or 5848657. OLE color: 5848657.

HSL color Cylindrical-coordinate representation of color #513E59: hue angle of 282.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513E59 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB816289-
CMYK0.090.3000.65
HSL282.22º17.88%29.61%-
HSV(B)282.22º30.34%34.9%-
XYZ6.925.9210.23-
YUV70.76138.29135.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=34.91%
G=26.72%
B=38.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8162890.090.3000.65282.2217.8829.61
Hex513E5991E04111a121e
Octal12176131113601014322236
Binary10100011111101011001100111110010000011000110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,62,89); }

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

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

 a { background-color: rgb(81,62,89); }

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

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

 span { border-color: rgb(81,62,89); }

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