#514059

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

Shades of Scarlet Gum #514059

Tints of Scarlet Gum #514059

Color information

#514059 (or 0x514059) is unknown color: approx Scarlet Gum. HEX triplet: 51, 40 and 59. RGB value is (81,64,89). Sum of RGB (Red+Green+Blue) = 81+64+89=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #514059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514059 is #AEBFA6. Grayscale: #474747. Windows color (decimal): -11452327 or 5849169. OLE color: 5849169.

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

Color convert

RGB816489-
CMYK0.090.2800.65
HSL280.8º16.34%30%-
HSV(B)280.8º28.09%34.9%-
XYZ7.036.1410.27-
YUV71.93137.63134.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=34.62%
G=27.35%
B=38.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8164890.090.2800.65280.816.3430
Hex51405991C041119101e
Octal121100131113401014312036
Binary101000110000001011001100111100010000011000110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514059; }

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

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

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

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

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

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

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

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