#5A655D

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

Shades of Mineral Green #5A655D

Tints of Mineral Green #5A655D

Color information

#5A655D (or 0x5A655D) is unknown color: approx Mineral Green. HEX triplet: 5A, 65 and 5D. RGB value is (90,101,93). Sum of RGB (Red+Green+Blue) = 90+101+93=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #5A655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A655D is #A59AA2. Grayscale: #606060. Windows color (decimal): -10853027 or 6120794. OLE color: 6120794.

HSL color Cylindrical-coordinate representation of color #5A655D: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A655D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB9010193-
CMYK0.1100.080.60
HSL136.36º5.76%37.45%-
HSV(B)136.36º10.89%39.61%-
XYZ10.8512.2712.15-
YUV96.8125.86123.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=31.69%
G=35.56%
B=32.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101930.1100.080.60136.365.7637.45
Hex5A655DB083C88625
Octal1321451351301074210645
Binary10110101100101101110110110100011110010001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,93); }

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

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

 a { background-color: rgb(90,101,93); }

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

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

 span { border-color: rgb(90,101,93); }

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