Html Css Color HEX #506055 Mineral Green

📋 copy color: '#506055'

red 80 ◦ green 96 ◦ blue 85

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

Shades of Mineral Green #506055

Tints of Mineral Green #506055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 30.65%
G = 36.78%
B = 32.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#506055 (or 0x506055) is known color: Mineral Green. HEX triplet: 50, 60 and 55. RGB value is (80,96,85). Sum of RGB (Red+Green+Blue) = 80+96+85=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #506055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506055 is #AF9FAA. Grayscale: #595959. Windows color (decimal): -11509675 or 5595216. OLE color: 5595216.

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

Color convert

RGB 80 96 85 -
CMYK 0.17 0 0.11 0.62
HSL 138.75º 0.09% 0.35% -
HSV(B) 138.75º 0.17% 0.38% -
XYZ 9.13 10.73 10.18 -
YUV 89.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 80 96 85 0.17 0 0.11 0.62 138.75 0.09 0.35
Hex 50 60 55 11 0 B 3E 8B 9 23
Octal 120 140 125 21 0 13 76 213 11 43
Binary 1010000 1100000 1010101 10001 0 1011 111110 10001011 1001 100011

Color Harmonies of #506055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506055

Black with #506055

Text Example


Text Example

White with #506055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506055; }

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

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

background-color css

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

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

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

border-color css

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

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

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