#5C6B5D

Color #5C6B5D Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #5C6B5D

Tints of Mineral Green #5C6B5D

Color information

#5C6B5D (or 0x5C6B5D) is unknown color: approx Mineral Green. HEX triplet: 5C, 6B and 5D. RGB value is (92,107,93). Sum of RGB (Red+Green+Blue) = 92+107+93=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6B5D is #A394A2. Grayscale: #646464. Windows color (decimal): -10720419 or 6122332. OLE color: 6122332.

HSL color Cylindrical-coordinate representation of color #5C6B5D: hue angle of 124º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C6B5D is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB9210793-
CMYK0.1400.130.58
HSL124º7.54%39.02%-
HSV(B)124º14.02%41.96%-
XYZ11.6513.5812.36-
YUV100.92123.53121.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.51%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=31.51%
G=36.64%
B=31.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92107930.1400.130.581247.5439.02
Hex5C6B5DE0D3A7c827
Octal13415313516015721741047
Binary10111001101011101110111100110111101011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C6B5D; }

 p { color: rgb(92,107,93); }

 H1.HeaderClassName
 {
   color: #5C6B5D;
 }
 .AnyTagClassName
 {
   color: #5C6B5D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,107,93); }

 div.DivClassName
 {
   background-color: #5C6B5D;
 }
 .BgClassName
 {
   background-color: #5C6B5D;
 }
</style>
border-color css

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

 span { border-color: rgb(92,107,93); }

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