Html Css Color HEX #5C6A5D Mineral Green

📋 copy color: '#5C6A5D'

red 92 ◦ green 106 ◦ blue 93

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

Shades of Mineral Green #5C6A5D

Tints of Mineral Green #5C6A5D

RGB

 RED value IS 92 (36.33% from 255) = 31.62%

 GREEN value IS 106 (41.8% from 255) = 36.43%

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

R = 31.62%
G = 36.43%
B = 31.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#5C6A5D (or 0x5C6A5D) is known color: Mineral Green. HEX triplet: 5C, 6A and 5D. RGB value is (92,106,93). Sum of RGB (Red+Green+Blue) = 92+106+93=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A5D is #A395A2. Grayscale: #646464. Windows color (decimal): -10720675 or 6122076. OLE color: 6122076.

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

Color convert

RGB 92 106 93 -
CMYK 0.13 0 0.12 0.58
HSL 124.29º 0.07% 0.39% -
HSV(B) 124.29º 0.13% 0.42% -
XYZ 11.54 13.37 12.33 -
YUV 100.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 92 106 93 0.13 0 0.12 0.58 124.29 0.07 0.39
Hex 5C 6A 5D D 0 C 3A 7C 7 27
Octal 134 152 135 15 0 14 72 174 7 47
Binary 1011100 1101010 1011101 1101 0 1100 111010 1111100 111 100111

Color Harmonies of #5C6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6A5D

Black with #5C6A5D

Text Example


Text Example

White with #5C6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,106,93); }

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

background-color css

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

 a { background-color: rgb(92,106,93); }

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

border-color css

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

 span { border-color: rgb(92,106,93); }

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