Html Css Color HEX #5B675E Mineral Green

📋 copy color: '#5B675E'

red 91 ◦ green 103 ◦ blue 94

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

Shades of Mineral Green #5B675E

Tints of Mineral Green #5B675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 31.6%
G = 35.76%
B = 32.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#5B675E (or 0x5B675E) is known color: Mineral Green. HEX triplet: 5B, 67 and 5E. RGB value is (91,103,94). Sum of RGB (Red+Green+Blue) = 91+103+94=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 103 - color contains mainly: green. Hex color #5B675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B675E is #A498A1. Grayscale: #626262. Windows color (decimal): -10786978 or 6186843. OLE color: 6186843.

HSL color Cylindrical-coordinate representation of color #5B675E: hue angle of 135º 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 #5B675E is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 103 94 -
CMYK 0.12 0 0.09 0.60
HSL 135º 0.06% 0.38% -
HSV(B) 135º 0.12% 0.4% -
XYZ 11.19 12.73 12.46 -
YUV 98.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 91 103 94 0.12 0 0.09 0.60 135 0.06 0.38
Hex 5B 67 5E C 0 9 3C 87 6 26
Octal 133 147 136 14 0 11 74 207 6 46
Binary 1011011 1100111 1011110 1100 0 1001 111100 10000111 110 100110

Color Harmonies of #5B675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B675E

Black with #5B675E

Text Example


Text Example

White with #5B675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,103,94); }

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

background-color css

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

 a { background-color: rgb(91,103,94); }

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

border-color css

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

 span { border-color: rgb(91,103,94); }

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