#513E5B

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

Shades of Scarlet Gum #513E5B

Tints of Scarlet Gum #513E5B

Color information

#513E5B (or 0x513E5B) is unknown color: approx Scarlet Gum. HEX triplet: 51, 3E and 5B. RGB value is (81,62,91). Sum of RGB (Red+Green+Blue) = 81+62+91=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #513E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E5B is #AEC1A4. Grayscale: #464646. Windows color (decimal): -11452837 or 5979729. OLE color: 5979729.

HSL color Cylindrical-coordinate representation of color #513E5B: hue angle of 279.31º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #513E5B is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB816291-
CMYK0.110.3200.64
HSL279.31º18.95%30%-
HSV(B)279.31º31.87%35.69%-
XYZ75.9510.68-
YUV70.99139.29135.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=34.62%
G=26.50%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8162910.110.3200.64279.3118.9530
Hex513E5BB20040117131e
Octal12176133134001004272336
Binary101000111111010110111011100000010000001000101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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