Html Css Color HEX #5B655C Mineral Green

📋 copy color: '#5B655C'

red 91 ◦ green 101 ◦ blue 92

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

Shades of Mineral Green #5B655C

Tints of Mineral Green #5B655C

RGB

 RED value IS 91 (35.94% from 255) = 32.04%

 GREEN value IS 101 (39.84% from 255) = 35.56%

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 32.04%
G = 35.56%
B = 32.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#5B655C (or 0x5B655C) is known color: Mineral Green. HEX triplet: 5B, 65 and 5C. RGB value is (91,101,92). Sum of RGB (Red+Green+Blue) = 91+101+92=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #5B655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B655C is #A49AA3. Grayscale: #616161. Windows color (decimal): -10787492 or 6055259. OLE color: 6055259.

HSL color Cylindrical-coordinate representation of color #5B655C: hue angle of 126º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B655C is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 101 92 -
CMYK 0.10 0 0.09 0.60
HSL 126º 0.05% 0.38% -
HSV(B) 126º 0.1% 0.4% -
XYZ 10.9 12.3 11.93 -
YUV 96.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 91 101 92 0.10 0 0.09 0.60 126 0.05 0.38
Hex 5B 65 5C A 0 9 3C 7E 5 26
Octal 133 145 134 12 0 11 74 176 5 46
Binary 1011011 1100101 1011100 1010 0 1001 111100 1111110 101 100110

Color Harmonies of #5B655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B655C

Black with #5B655C

Text Example


Text Example

White with #5B655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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