Html Css Color HEX #504258 Scarlet Gum

📋 copy color: '#504258'

red 80 ◦ green 66 ◦ blue 88

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

Shades of Scarlet Gum #504258

Tints of Scarlet Gum #504258

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

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 80 66 88 -
CMYK 0.09 0.25 0 0.65
HSL 278.18º 0.14% 0.3% -
HSV(B) 278.18º 0.25% 0.35% -
XYZ 7.02 6.31 10.08 -
YUV 72.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 80 66 88 0.09 0.25 0 0.65 278.18 0.14 0.3
Hex 50 42 58 9 19 0 41 116 E 1E
Octal 120 102 130 11 31 0 101 426 16 36
Binary 1010000 1000010 1011000 1001 11001 0 1000001 100010110 1110 11110

Color Harmonies of #504258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504258

Black with #504258

Text Example


Text Example

White with #504258

Text Example


Text Example

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