#504158

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

Shades of Scarlet Gum #504158

Tints of Scarlet Gum #504158

Color information

#504158 (or 0x504158) is unknown color: approx Scarlet Gum. HEX triplet: 50, 41 and 58. RGB value is (80,65,88). Sum of RGB (Red+Green+Blue) = 80+65+88=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #504158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504158 is #AFBEA7. Grayscale: #484848. Windows color (decimal): -11517608 or 5783888. OLE color: 5783888.

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

Color convert

RGB806588-
CMYK0.090.2600.65
HSL279.13º15.03%30%-
HSV(B)279.13º26.14%34.51%-
XYZ6.966.1910.06-
YUV72.11136.97133.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=34.33%
G=27.90%
B=37.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8065880.090.2600.65279.1315.0330
Hex50415891A041117f1e
Octal120101130113201014271736
Binary10100001000001101100010011101001000001100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504158; }

 p { color: rgb(80,65,88); }

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

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

 a { background-color: rgb(80,65,88); }

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

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

 span { border-color: rgb(80,65,88); }

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