Html Css Color HEX #5A645B Mineral Green

📋 copy color: '#5A645B'

red 90 ◦ green 100 ◦ blue 91

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

Shades of Mineral Green #5A645B

Tints of Mineral Green #5A645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 32.03%
G = 35.59%
B = 32.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#5A645B (or 0x5A645B) is known color: Mineral Green. HEX triplet: 5A, 64 and 5B. RGB value is (90,100,91). Sum of RGB (Red+Green+Blue) = 90+100+91=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #5A645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A645B is #A59BA4. Grayscale: #606060. Windows color (decimal): -10853285 or 5989466. OLE color: 5989466.

HSL color Cylindrical-coordinate representation of color #5A645B: hue angle of 126º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A645B is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 100 91 -
CMYK 0.10 0 0.09 0.61
HSL 126º 0.05% 0.37% -
HSV(B) 126º 0.1% 0.39% -
XYZ 10.66 12.04 11.66 -
YUV 95.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 90 100 91 0.10 0 0.09 0.61 126 0.05 0.37
Hex 5A 64 5B A 0 9 3D 7E 5 25
Octal 132 144 133 12 0 11 75 176 5 45
Binary 1011010 1100100 1011011 1010 0 1001 111101 1111110 101 100101

Color Harmonies of #5A645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A645B

Black with #5A645B

Text Example


Text Example

White with #5A645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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