Html Css Color HEX #5A6F5D Mineral Green

📋 copy color: '#5A6F5D'

red 90 ◦ green 111 ◦ blue 93

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

Shades of Mineral Green #5A6F5D

Tints of Mineral Green #5A6F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 30.61%
G = 37.76%
B = 31.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#5A6F5D (or 0x5A6F5D) is known color: Mineral Green. HEX triplet: 5A, 6F and 5D. RGB value is (90,111,93). Sum of RGB (Red+Green+Blue) = 90+111+93=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6F5D is #A590A2. Grayscale: #666666. Windows color (decimal): -10850467 or 6123354. OLE color: 6123354.

HSL color Cylindrical-coordinate representation of color #5A6F5D: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6F5D is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 111 93 -
CMYK 0.19 0 0.16 0.56
HSL 128.57º 0.1% 0.39% -
HSV(B) 128.57º 0.19% 0.44% -
XYZ 11.88 14.33 12.5 -
YUV 102.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 90 111 93 0.19 0 0.16 0.56 128.57 0.1 0.39
Hex 5A 6F 5D 13 0 10 38 81 A 27
Octal 132 157 135 23 0 20 70 201 12 47
Binary 1011010 1101111 1011101 10011 0 10000 111000 10000001 1010 100111

Color Harmonies of #5A6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6F5D

Black with #5A6F5D

Text Example


Text Example

White with #5A6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,111,93); }

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

background-color css

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

 a { background-color: rgb(90,111,93); }

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

border-color css

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

 span { border-color: rgb(90,111,93); }

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