Html Css Color HEX #506858 Mineral Green

📋 copy color: '#506858'

red 80 ◦ green 104 ◦ blue 88

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

Shades of Mineral Green #506858

Tints of Mineral Green #506858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 29.41%
G = 38.24%
B = 32.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#506858 (or 0x506858) is known color: Mineral Green. HEX triplet: 50, 68 and 58. RGB value is (80,104,88). Sum of RGB (Red+Green+Blue) = 80+104+88=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #506858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506858 is #AF97A7. Grayscale: #5F5F5F. Windows color (decimal): -11507624 or 5793872. OLE color: 5793872.

HSL color Cylindrical-coordinate representation of color #506858: hue angle of 140º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506858 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 88 -
CMYK 0.23 0 0.15 0.59
HSL 140º 0.13% 0.36% -
HSV(B) 140º 0.23% 0.41% -
XYZ 10.02 12.31 11.08 -
YUV 95 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 80 104 88 0.23 0 0.15 0.59 140 0.13 0.36
Hex 50 68 58 17 0 F 3B 8C D 24
Octal 120 150 130 27 0 17 73 214 15 44
Binary 1010000 1101000 1011000 10111 0 1111 111011 10001100 1101 100100

Color Harmonies of #506858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506858

Black with #506858

Text Example


Text Example

White with #506858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506858; }

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

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

background-color css

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

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

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

border-color css

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

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

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