Html Css Color HEX #5B695C Mineral Green

📋 copy color: '#5B695C'

red 91 ◦ green 105 ◦ blue 92

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

Shades of Mineral Green #5B695C

Tints of Mineral Green #5B695C

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

 GREEN value IS 105 (41.41% from 255) = 36.46%

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

R = 31.6%
G = 36.46%
B = 31.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#5B695C (or 0x5B695C) is known color: Mineral Green. HEX triplet: 5B, 69 and 5C. RGB value is (91,105,92). Sum of RGB (Red+Green+Blue) = 91+105+92=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #5B695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B695C is #A496A3. Grayscale: #636363. Windows color (decimal): -10786468 or 6056283. OLE color: 6056283.

HSL color Cylindrical-coordinate representation of color #5B695C: hue angle of 124.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B695C is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 92 -
CMYK 0.13 0 0.12 0.59
HSL 124.29º 0.07% 0.38% -
HSV(B) 124.29º 0.13% 0.41% -
XYZ 11.3 13.1 12.06 -
YUV 99.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 91 105 92 0.13 0 0.12 0.59 124.29 0.07 0.38
Hex 5B 69 5C D 0 C 3B 7C 7 26
Octal 133 151 134 15 0 14 73 174 7 46
Binary 1011011 1101001 1011100 1101 0 1100 111011 1111100 111 100110

Color Harmonies of #5B695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B695C

Black with #5B695C

Text Example


Text Example

White with #5B695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,105,92); }

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

background-color css

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

 a { background-color: rgb(91,105,92); }

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

border-color css

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

 span { border-color: rgb(91,105,92); }

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