#513F59

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

Shades of Scarlet Gum #513F59

Tints of Scarlet Gum #513F59

Color information

#513F59 (or 0x513F59) is unknown color: approx Scarlet Gum. HEX triplet: 51, 3F and 59. RGB value is (81,63,89). Sum of RGB (Red+Green+Blue) = 81+63+89=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #513F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F59 is #AEC0A6. Grayscale: #474747. Windows color (decimal): -11452583 or 5848913. OLE color: 5848913.

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

Color convert

RGB816389-
CMYK0.090.2900.65
HSL281.54º17.11%29.8%-
HSV(B)281.54º29.21%34.9%-
XYZ6.976.0310.25-
YUV71.35137.96134.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=34.76%
G=27.04%
B=38.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8163890.090.2900.65281.5417.1129.8
Hex513F5991D04111a111e
Octal12177131113501014322136
Binary10100011111111011001100111101010000011000110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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