Html Css Color HEX #505C53 Mineral Green

📋 copy color: '#505C53'

red 80 ◦ green 92 ◦ blue 83

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

Shades of Mineral Green #505C53

Tints of Mineral Green #505C53

RGB

 RED value IS 80 (31.64% from 255) = 31.37%

 GREEN value IS 92 (36.33% from 255) = 36.08%

 BLUE value IS 83 (32.81% from 255) = 32.55%

R = 31.37%
G = 36.08%
B = 32.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#505C53 (or 0x505C53) is known color: Mineral Green. HEX triplet: 50, 5C and 53. RGB value is (80,92,83). Sum of RGB (Red+Green+Blue) = 80+92+83=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #505C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C53 is #AFA3AC. Grayscale: #575757. Windows color (decimal): -11510701 or 5463120. OLE color: 5463120.

HSL color Cylindrical-coordinate representation of color #505C53: hue angle of 135º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C53 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 92 83 -
CMYK 0.13 0 0.10 0.64
HSL 135º 0.07% 0.34% -
HSV(B) 135º 0.13% 0.36% -
XYZ 8.7 9.98 9.65 -
YUV 87.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 80 92 83 0.13 0 0.10 0.64 135 0.07 0.34
Hex 50 5C 53 D 0 A 40 87 7 22
Octal 120 134 123 15 0 12 100 207 7 42
Binary 1010000 1011100 1010011 1101 0 1010 1000000 10000111 111 100010

Color Harmonies of #505C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C53

Black with #505C53

Text Example


Text Example

White with #505C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505C53; }

 p { color: rgb(80,92,83); }

 H1.HeaderClassName
 {
   color: #505C53;
 }
 .AnyTagClassName
 {
   color: #505C53;
 }
</style>

background-color css

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

 a { background-color: rgb(80,92,83); }

 div.DivClassName
 {
   background-color: #505C53;
 }
 .BgClassName
 {
   background-color: #505C53;
 }
</style>

border-color css

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

 span { border-color: rgb(80,92,83); }

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