#504058

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

Shades of Scarlet Gum #504058

Tints of Scarlet Gum #504058

Color information

#504058 (or 0x504058) is unknown color: approx Scarlet Gum. HEX triplet: 50, 40 and 58. RGB value is (80,64,88). Sum of RGB (Red+Green+Blue) = 80+64+88=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #504058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504058 is #AFBFA7. Grayscale: #474747. Windows color (decimal): -11517864 or 5783632. OLE color: 5783632.

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

Color convert

RGB806488-
CMYK0.090.2700.65
HSL280º15.79%29.8%-
HSV(B)280º27.27%34.51%-
XYZ6.96.0810.04-
YUV71.52137.3134.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8064880.090.2700.6528015.7929.8
Hex50405891B041118101e
Octal120100130113301014302036
Binary101000010000001011000100111011010000011000110001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504058; }

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

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

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

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

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

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

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

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