Html Css Color HEX #506859 Mineral Green

📋 copy color: '#506859'

red 80 ◦ green 104 ◦ blue 89

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

Shades of Mineral Green #506859

Tints of Mineral Green #506859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 29.3%
G = 38.1%
B = 32.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#506859 (or 0x506859) is known color: Mineral Green. HEX triplet: 50, 68 and 59. RGB value is (80,104,89). Sum of RGB (Red+Green+Blue) = 80+104+89=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #506859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506859 is #AF97A6. Grayscale: #5F5F5F. Windows color (decimal): -11507623 or 5859408. OLE color: 5859408.

HSL color Cylindrical-coordinate representation of color #506859: hue angle of 142.5º 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 #506859 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 89 -
CMYK 0.23 0 0.14 0.59
HSL 142.5º 0.13% 0.36% -
HSV(B) 142.5º 0.23% 0.41% -
XYZ 10.06 12.33 11.3 -
YUV 95.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 80 104 89 0.23 0 0.14 0.59 142.5 0.13 0.36
Hex 50 68 59 17 0 E 3B 8E D 24
Octal 120 150 131 27 0 16 73 216 15 44
Binary 1010000 1101000 1011001 10111 0 1110 111011 10001110 1101 100100

Color Harmonies of #506859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506859

Black with #506859

Text Example


Text Example

White with #506859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506859; }

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

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

background-color css

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

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

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

border-color css

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

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

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