Html Css Color HEX #506B58 Mineral Green

📋 copy color: '#506B58'

red 80 ◦ green 107 ◦ blue 88

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

Shades of Mineral Green #506B58

Tints of Mineral Green #506B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.91%

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

R = 29.09%
G = 38.91%
B = 32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#506B58 (or 0x506B58) is known color: Mineral Green. HEX triplet: 50, 6B and 58. RGB value is (80,107,88). Sum of RGB (Red+Green+Blue) = 80+107+88=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #506B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B58 is #AF94A7. Grayscale: #606060. Windows color (decimal): -11506856 or 5794640. OLE color: 5794640.

HSL color Cylindrical-coordinate representation of color #506B58: hue angle of 137.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B58 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 88 -
CMYK 0.25 0 0.18 0.58
HSL 137.78º 0.14% 0.37% -
HSV(B) 137.78º 0.25% 0.42% -
XYZ 10.33 12.93 11.18 -
YUV 96.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 80 107 88 0.25 0 0.18 0.58 137.78 0.14 0.37
Hex 50 6B 58 19 0 12 3A 8A E 25
Octal 120 153 130 31 0 22 72 212 16 45
Binary 1010000 1101011 1011000 11001 0 10010 111010 10001010 1110 100101

Color Harmonies of #506B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B58

Black with #506B58

Text Example


Text Example

White with #506B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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