Html Css Color HEX #506356 Mineral Green

📋 copy color: '#506356'

red 80 ◦ green 99 ◦ blue 86

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

Shades of Mineral Green #506356

Tints of Mineral Green #506356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 30.19%
G = 37.36%
B = 32.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#506356 (or 0x506356) is known color: Mineral Green. HEX triplet: 50, 63 and 56. RGB value is (80,99,86). Sum of RGB (Red+Green+Blue) = 80+99+86=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #506356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506356 is #AF9CA9. Grayscale: #5B5B5B. Windows color (decimal): -11508906 or 5661520. OLE color: 5661520.

HSL color Cylindrical-coordinate representation of color #506356: hue angle of 138.95º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506356 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 86 -
CMYK 0.19 0 0.13 0.61
HSL 138.95º 0.11% 0.35% -
HSV(B) 138.95º 0.19% 0.39% -
XYZ 9.45 11.3 10.49 -
YUV 91.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 80 99 86 0.19 0 0.13 0.61 138.95 0.11 0.35
Hex 50 63 56 13 0 D 3D 8B B 23
Octal 120 143 126 23 0 15 75 213 13 43
Binary 1010000 1100011 1010110 10011 0 1101 111101 10001011 1011 100011

Color Harmonies of #506356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506356

Black with #506356

Text Example


Text Example

White with #506356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506356; }

 p { color: rgb(80,99,86); }

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

background-color css

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

 a { background-color: rgb(80,99,86); }

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

border-color css

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

 span { border-color: rgb(80,99,86); }

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