Html Css Color HEX #5A6A5D Mineral Green

📋 copy color: '#5A6A5D'

red 90 ◦ green 106 ◦ blue 93

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

Shades of Mineral Green #5A6A5D

Tints of Mineral Green #5A6A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

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

R = 31.14%
G = 36.68%
B = 32.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#5A6A5D (or 0x5A6A5D) is known color: Mineral Green. HEX triplet: 5A, 6A and 5D. RGB value is (90,106,93). Sum of RGB (Red+Green+Blue) = 90+106+93=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A5D is #A595A2. Grayscale: #636363. Windows color (decimal): -10851747 or 6122074. OLE color: 6122074.

HSL color Cylindrical-coordinate representation of color #5A6A5D: hue angle of 131.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6A5D is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 106 93 -
CMYK 0.15 0 0.12 0.58
HSL 131.25º 0.08% 0.38% -
HSV(B) 131.25º 0.15% 0.42% -
XYZ 11.35 13.27 12.32 -
YUV 99.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 90 106 93 0.15 0 0.12 0.58 131.25 0.08 0.38
Hex 5A 6A 5D F 0 C 3A 83 8 26
Octal 132 152 135 17 0 14 72 203 10 46
Binary 1011010 1101010 1011101 1111 0 1100 111010 10000011 1000 100110

Color Harmonies of #5A6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6A5D

Black with #5A6A5D

Text Example


Text Example

White with #5A6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,106,93); }

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

background-color css

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

 a { background-color: rgb(90,106,93); }

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

border-color css

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

 span { border-color: rgb(90,106,93); }

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