#5A625C

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

Shades of Mineral Green #5A625C

Tints of Mineral Green #5A625C

Color information

#5A625C (or 0x5A625C) is unknown color: approx Mineral Green. HEX triplet: 5A, 62 and 5C. RGB value is (90,98,92). Sum of RGB (Red+Green+Blue) = 90+98+92=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625C is #A59DA3. Grayscale: #5E5E5E. Windows color (decimal): -10853796 or 6054490. OLE color: 6054490.

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

Color convert

RGB909892-
CMYK0.0800.060.62
HSL135º4.26%36.86%-
HSV(B)135º8.16%38.43%-
XYZ10.5211.6811.83-
YUV94.92126.35124.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.14%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=32.14%
G=35%
B=32.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098920.0800.060.621354.2636.86
Hex5A625C8063E87425
Octal132142134100676207445
Binary1011010110001010111001000011011111010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,98,92); }

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

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

 a { background-color: rgb(90,98,92); }

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

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

 span { border-color: rgb(90,98,92); }

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