Html Css Color HEX #5C6660 Mineral Green

📋 copy color: '#5C6660'

red 92 ◦ green 102 ◦ blue 96

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

Shades of Mineral Green #5C6660

Tints of Mineral Green #5C6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 31.72%
G = 35.17%
B = 33.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#5C6660 (or 0x5C6660) is known color: Mineral Green. HEX triplet: 5C, 66 and 60. RGB value is (92,102,96). Sum of RGB (Red+Green+Blue) = 92+102+96=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6660 is #A3999F. Grayscale: #626262. Windows color (decimal): -10721696 or 6317660. OLE color: 6317660.

HSL color Cylindrical-coordinate representation of color #5C6660: hue angle of 144º 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 #5C6660 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 92 102 96 -
CMYK 0.10 0 0.06 0.6
HSL 144º 0.05% 0.38% -
HSV(B) 144º 0.1% 0.4% -
XYZ 11.28 12.62 12.91 -
YUV 98.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 92 102 96 0.10 0 0.06 0.6 144 0.05 0.38
Hex 5C 66 60 A 0 6 3C 90 5 26
Octal 134 146 140 12 0 6 74 220 5 46
Binary 1011100 1100110 1100000 1010 0 110 111100 10010000 101 100110

Color Harmonies of #5C6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6660

Black with #5C6660

Text Example


Text Example

White with #5C6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,102,96); }

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

background-color css

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

 a { background-color: rgb(92,102,96); }

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

border-color css

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

 span { border-color: rgb(92,102,96); }

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