Html Css Color HEX #506353 Mineral Green

📋 copy color: '#506353'

red 80 ◦ green 99 ◦ blue 83

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

Shades of Mineral Green #506353

Tints of Mineral Green #506353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 30.53%
G = 37.79%
B = 31.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#506353 (or 0x506353) is known color: Mineral Green. HEX triplet: 50, 63 and 53. RGB value is (80,99,83). Sum of RGB (Red+Green+Blue) = 80+99+83=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #506353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506353 is #AF9CAC. Grayscale: #5B5B5B. Windows color (decimal): -11508909 or 5464912. OLE color: 5464912.

HSL color Cylindrical-coordinate representation of color #506353: hue angle of 129.47º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506353 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 83 -
CMYK 0.19 0 0.16 0.61
HSL 129.47º 0.11% 0.35% -
HSV(B) 129.47º 0.19% 0.39% -
XYZ 9.33 11.25 9.86 -
YUV 91.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 80 99 83 0.19 0 0.16 0.61 129.47 0.11 0.35
Hex 50 63 53 13 0 10 3D 81 B 23
Octal 120 143 123 23 0 20 75 201 13 43
Binary 1010000 1100011 1010011 10011 0 10000 111101 10000001 1011 100011

Color Harmonies of #506353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506353

Black with #506353

Text Example


Text Example

White with #506353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506353; }

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

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

background-color css

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

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

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

border-color css

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

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

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