Html Css Color HEX #5A655B Mineral Green

📋 copy color: '#5A655B'

red 90 ◦ green 101 ◦ blue 91

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

Shades of Mineral Green #5A655B

Tints of Mineral Green #5A655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 31.91%
G = 35.82%
B = 32.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#5A655B (or 0x5A655B) is known color: Mineral Green. HEX triplet: 5A, 65 and 5B. RGB value is (90,101,91). Sum of RGB (Red+Green+Blue) = 90+101+91=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #5A655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A655B is #A59AA4. Grayscale: #606060. Windows color (decimal): -10853029 or 5989722. OLE color: 5989722.

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

Color convert

RGB 90 101 91 -
CMYK 0.11 0 0.10 0.60
HSL 125.45º 0.06% 0.37% -
HSV(B) 125.45º 0.11% 0.4% -
XYZ 10.76 12.24 11.69 -
YUV 96.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 90 101 91 0.11 0 0.10 0.60 125.45 0.06 0.37
Hex 5A 65 5B B 0 A 3C 7D 6 25
Octal 132 145 133 13 0 12 74 175 6 45
Binary 1011010 1100101 1011011 1011 0 1010 111100 1111101 110 100101

Color Harmonies of #5A655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A655B

Black with #5A655B

Text Example


Text Example

White with #5A655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,91); }

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

background-color css

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

 a { background-color: rgb(90,101,91); }

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

border-color css

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

 span { border-color: rgb(90,101,91); }

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