#513A5E

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

Shades of Scarlet Gum #513A5E

Tints of Scarlet Gum #513A5E

Color information

#513A5E (or 0x513A5E) is unknown color: approx Scarlet Gum. HEX triplet: 51, 3A and 5E. RGB value is (81,58,94). Sum of RGB (Red+Green+Blue) = 81+58+94=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #513A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A5E is #AEC5A1. Grayscale: #444444. Windows color (decimal): -11453858 or 6175313. OLE color: 6175313.

HSL color Cylindrical-coordinate representation of color #513A5E: hue angle of 278.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513A5E is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB815894-
CMYK0.140.3800.63
HSL278.33º23.68%29.8%-
HSV(B)278.33º38.3%36.86%-
XYZ6.935.5811.3-
YUV68.98142.12136.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=34.76%
G=24.89%
B=40.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8158940.140.3800.63278.3323.6829.8
Hex513A5EE2603F116181e
Octal1217213616460774263036
Binary10100011110101011110111010011001111111000101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,58,94); }

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

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

 a { background-color: rgb(81,58,94); }

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

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

 span { border-color: rgb(81,58,94); }

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