Html Css Color HEX #5A6B5C Mineral Green

📋 copy color: '#5A6B5C'

red 90 ◦ green 107 ◦ blue 92

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

Shades of Mineral Green #5A6B5C

Tints of Mineral Green #5A6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

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

R = 31.14%
G = 37.02%
B = 31.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#5A6B5C (or 0x5A6B5C) is known color: Mineral Green. HEX triplet: 5A, 6B and 5C. RGB value is (90,107,92). Sum of RGB (Red+Green+Blue) = 90+107+92=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B5C is #A594A3. Grayscale: #646464. Windows color (decimal): -10851492 or 6056794. OLE color: 6056794.

HSL color Cylindrical-coordinate representation of color #5A6B5C: hue angle of 127.06º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A6B5C is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 107 92 -
CMYK 0.16 0 0.14 0.58
HSL 127.06º 0.09% 0.39% -
HSV(B) 127.06º 0.16% 0.42% -
XYZ 11.41 13.46 12.12 -
YUV 100.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 90 107 92 0.16 0 0.14 0.58 127.06 0.09 0.39
Hex 5A 6B 5C 10 0 E 3A 7F 9 27
Octal 132 153 134 20 0 16 72 177 11 47
Binary 1011010 1101011 1011100 10000 0 1110 111010 1111111 1001 100111

Color Harmonies of #5A6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B5C

Black with #5A6B5C

Text Example


Text Example

White with #5A6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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