#513C5A

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

Shades of Scarlet Gum #513C5A

Tints of Scarlet Gum #513C5A

Color information

#513C5A (or 0x513C5A) is unknown color: approx Scarlet Gum. HEX triplet: 51, 3C and 5A. RGB value is (81,60,90). Sum of RGB (Red+Green+Blue) = 81+60+90=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #513C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C5A is #AEC3A5. Grayscale: #454545. Windows color (decimal): -11453350 or 5913681. OLE color: 5913681.

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

Color convert

RGB816090-
CMYK0.10.3300.65
HSL282º20%29.41%-
HSV(B)282º33.33%35.29%-
XYZ6.855.7210.42-
YUV69.7139.46136.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=35.06%
G=25.97%
B=38.96%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8160900.10.3300.652822029.41
Hex513C5AA2104111a141d
Octal12174132124101014322435
Binary101000111110010110101010100001010000011000110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,60,90); }

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

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

 a { background-color: rgb(81,60,90); }

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

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

 span { border-color: rgb(81,60,90); }

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