Html Css Color HEX #5A665C Mineral Green

📋 copy color: '#5A665C'

red 90 ◦ green 102 ◦ blue 92

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

Shades of Mineral Green #5A665C

Tints of Mineral Green #5A665C

RGB

 RED value IS 90 (35.55% from 255) = 31.69%

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

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

R = 31.69%
G = 35.92%
B = 32.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#5A665C (or 0x5A665C) is known color: Mineral Green. HEX triplet: 5A, 66 and 5C. RGB value is (90,102,92). Sum of RGB (Red+Green+Blue) = 90+102+92=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #5A665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A665C is #A599A3. Grayscale: #616161. Windows color (decimal): -10852772 or 6055514. OLE color: 6055514.

HSL color Cylindrical-coordinate representation of color #5A665C: hue angle of 130º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A665C is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 102 92 -
CMYK 0.12 0 0.10 0.6
HSL 130º 0.06% 0.38% -
HSV(B) 130º 0.12% 0.4% -
XYZ 10.9 12.45 11.95 -
YUV 97.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 90 102 92 0.12 0 0.10 0.6 130 0.06 0.38
Hex 5A 66 5C C 0 A 3C 82 6 26
Octal 132 146 134 14 0 12 74 202 6 46
Binary 1011010 1100110 1011100 1100 0 1010 111100 10000010 110 100110

Color Harmonies of #5A665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A665C

Black with #5A665C

Text Example


Text Example

White with #5A665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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