#513560

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

Shades of Scarlet Gum #513560

Tints of Scarlet Gum #513560

Color information

#513560 (or 0x513560) is unknown color: approx Scarlet Gum. HEX triplet: 51, 35 and 60. RGB value is (81,53,96). Sum of RGB (Red+Green+Blue) = 81+53+96=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #513560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513560 is #AECA9F. Grayscale: #424242. Windows color (decimal): -11455136 or 6305105. OLE color: 6305105.

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

Color convert

RGB815396-
CMYK0.160.4500.62
HSL279.07º28.86%29.22%-
HSV(B)279.07º44.79%37.65%-
XYZ6.785.1411.7-
YUV66.27144.78138.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=35.22%
G=23.04%
B=41.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8153960.160.4500.62279.0728.8629.22
Hex513560102D03E1171d1d
Octal1216514020550764273535
Binary101000111010111000001000010110101111101000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513560; }

 p { color: rgb(81,53,96); }

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

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

 a { background-color: rgb(81,53,96); }

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

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

 span { border-color: rgb(81,53,96); }

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