Html Css Color HEX #5C655E Mineral Green

📋 copy color: '#5C655E'

red 92 ◦ green 101 ◦ blue 94

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

Shades of Mineral Green #5C655E

Tints of Mineral Green #5C655E

RGB

 RED value IS 92 (36.33% from 255) = 32.06%

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 32.06%
G = 35.19%
B = 32.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#5C655E (or 0x5C655E) is known color: Mineral Green. HEX triplet: 5C, 65 and 5E. RGB value is (92,101,94). Sum of RGB (Red+Green+Blue) = 92+101+94=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 101 - color contains mainly: green. Hex color #5C655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C655E is #A39AA1. Grayscale: #616161. Windows color (decimal): -10721954 or 6186332. OLE color: 6186332.

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

Color convert

RGB 92 101 94 -
CMYK 0.09 0 0.07 0.60
HSL 133.33º 0.05% 0.38% -
HSV(B) 133.33º 0.09% 0.4% -
XYZ 11.09 12.39 12.4 -
YUV 97.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 92 101 94 0.09 0 0.07 0.60 133.33 0.05 0.38
Hex 5C 65 5E 9 0 7 3C 85 5 26
Octal 134 145 136 11 0 7 74 205 5 46
Binary 1011100 1100101 1011110 1001 0 111 111100 10000101 101 100110

Color Harmonies of #5C655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C655E

Black with #5C655E

Text Example


Text Example

White with #5C655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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