#5B625C

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

Shades of Mineral Green #5B625C

Tints of Mineral Green #5B625C

Color information

#5B625C (or 0x5B625C) is unknown color: approx Mineral Green. HEX triplet: 5B, 62 and 5C. RGB value is (91,98,92). Sum of RGB (Red+Green+Blue) = 91+98+92=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 98 - color contains mainly: green. Hex color #5B625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B625C is #A49DA3. Grayscale: #5F5F5F. Windows color (decimal): -10788260 or 6054491. OLE color: 6054491.

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

Color convert

RGB919892-
CMYK0.0700.060.62
HSL128.57º3.7%37.06%-
HSV(B)128.57º7.14%38.43%-
XYZ10.6111.7311.83-
YUV95.22126.18124.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=32.38%
G=34.88%
B=32.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198920.0700.060.62128.573.737.06
Hex5B625C7063E81425
Octal13314213470676201445
Binary101101111000101011100111011011111010000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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