Html Css Color HEX #504058 Scarlet Gum

📋 copy color: '#504058'

red 80 ◦ green 64 ◦ blue 88

#504058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #504058

Tints of Scarlet Gum #504058

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 value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504058 (or 0x504058) is known color: 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

RGB 80 64 88 -
CMYK 0.09 0.27 0 0.65
HSL 280º 0.16% 0.3% -
HSV(B) 280º 0.27% 0.35% -
XYZ 6.9 6.08 10.04 -
YUV 71.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 80 64 88 0.09 0.27 0 0.65 280 0.16 0.3
Hex 50 40 58 9 1B 0 41 118 10 1E
Octal 120 100 130 11 33 0 101 430 20 36
Binary 1010000 1000000 1011000 1001 11011 0 1000001 100011000 10000 11110

Color Harmonies of #504058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504058

Black with #504058

Text Example


Text Example

White with #504058

Text Example


Text Example

HTML Codes & Css Web 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>