Html Css Color HEX #506B57 Mineral Green

📋 copy color: '#506B57'

red 80 ◦ green 107 ◦ blue 87

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

Shades of Mineral Green #506B57

Tints of Mineral Green #506B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.75%

R = 29.2%
G = 39.05%
B = 31.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#506B57 (or 0x506B57) is known color: Mineral Green. HEX triplet: 50, 6B and 57. RGB value is (80,107,87). Sum of RGB (Red+Green+Blue) = 80+107+87=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #506B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B57 is #AF94A8. Grayscale: #606060. Windows color (decimal): -11506857 or 5729104. OLE color: 5729104.

HSL color Cylindrical-coordinate representation of color #506B57: hue angle of 135.56º 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 #506B57 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 87 -
CMYK 0.25 0 0.19 0.58
HSL 135.56º 0.14% 0.37% -
HSV(B) 135.56º 0.25% 0.42% -
XYZ 10.29 12.91 10.97 -
YUV 96.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 80 107 87 0.25 0 0.19 0.58 135.56 0.14 0.37
Hex 50 6B 57 19 0 13 3A 88 E 25
Octal 120 153 127 31 0 23 72 210 16 45
Binary 1010000 1101011 1010111 11001 0 10011 111010 10001000 1110 100101

Color Harmonies of #506B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B57

Black with #506B57

Text Example


Text Example

White with #506B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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