Html Css Color HEX #506255 Mineral Green

📋 copy color: '#506255'

red 80 ◦ green 98 ◦ blue 85

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

Shades of Mineral Green #506255

Tints of Mineral Green #506255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 30.42%
G = 37.26%
B = 32.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#506255 (or 0x506255) is known color: Mineral Green. HEX triplet: 50, 62 and 55. RGB value is (80,98,85). Sum of RGB (Red+Green+Blue) = 80+98+85=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #506255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506255 is #AF9DAA. Grayscale: #5B5B5B. Windows color (decimal): -11509163 or 5595728. OLE color: 5595728.

HSL color Cylindrical-coordinate representation of color #506255: hue angle of 136.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506255 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 85 -
CMYK 0.18 0 0.13 0.62
HSL 136.67º 0.1% 0.35% -
HSV(B) 136.67º 0.18% 0.38% -
XYZ 9.32 11.1 10.25 -
YUV 91.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 80 98 85 0.18 0 0.13 0.62 136.67 0.1 0.35
Hex 50 62 55 12 0 D 3E 89 A 23
Octal 120 142 125 22 0 15 76 211 12 43
Binary 1010000 1100010 1010101 10010 0 1101 111110 10001001 1010 100011

Color Harmonies of #506255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506255

Black with #506255

Text Example


Text Example

White with #506255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506255; }

 p { color: rgb(80,98,85); }

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

background-color css

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

 a { background-color: rgb(80,98,85); }

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

border-color css

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

 span { border-color: rgb(80,98,85); }

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