#504258

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

Shades of Scarlet Gum #504258

Tints of Scarlet Gum #504258

Color information

#504258 (or 0x504258) is unknown color: approx Scarlet Gum. HEX triplet: 50, 42 and 58. RGB value is (80,66,88). Sum of RGB (Red+Green+Blue) = 80+66+88=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #504258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504258 is #AFBDA7. Grayscale: #484848. Windows color (decimal): -11517352 or 5784144. OLE color: 5784144.

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

Color convert

RGB806688-
CMYK0.090.2500.65
HSL278.18º14.29%30.2%-
HSV(B)278.18º25%34.51%-
XYZ7.026.3110.08-
YUV72.69136.64133.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=34.19%
G=28.21%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8066880.090.2500.65278.1814.2930.2
Hex504258919041116e1e
Octal120102130113101014261636
Binary10100001000010101100010011100101000001100010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504258; }

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

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

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

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

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

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

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

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