Html Css Color HEX #5C645D Mineral Green

📋 copy color: '#5C645D'

red 92 ◦ green 100 ◦ blue 93

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

Shades of Mineral Green #5C645D

Tints of Mineral Green #5C645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 32.28%
G = 35.09%
B = 32.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#5C645D (or 0x5C645D) is known color: Mineral Green. HEX triplet: 5C, 64 and 5D. RGB value is (92,100,93). Sum of RGB (Red+Green+Blue) = 92+100+93=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 100 - color contains mainly: green. Hex color #5C645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C645D is #A39BA2. Grayscale: #606060. Windows color (decimal): -10722211 or 6120540. OLE color: 6120540.

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

Color convert

RGB 92 100 93 -
CMYK 0.08 0 0.07 0.61
HSL 127.5º 0.04% 0.38% -
HSV(B) 127.5º 0.08% 0.39% -
XYZ 10.95 12.18 12.13 -
YUV 96.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 92 100 93 0.08 0 0.07 0.61 127.5 0.04 0.38
Hex 5C 64 5D 8 0 7 3D 80 4 26
Octal 134 144 135 10 0 7 75 200 4 46
Binary 1011100 1100100 1011101 1000 0 111 111101 10000000 100 100110

Color Harmonies of #5C645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C645D

Black with #5C645D

Text Example


Text Example

White with #5C645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,100,93); }

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

background-color css

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

 a { background-color: rgb(92,100,93); }

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

border-color css

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

 span { border-color: rgb(92,100,93); }

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