Html Css Color HEX #57665C Mineral Green

📋 copy color: '#57665C'

red 87 ◦ green 102 ◦ blue 92

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

Shades of Mineral Green #57665C

Tints of Mineral Green #57665C

RGB

 RED value IS 87 (34.38% from 255) = 30.96%

 GREEN value IS 102 (40.23% from 255) = 36.3%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 30.96%
G = 36.3%
B = 32.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#57665C (or 0x57665C) is known color: Mineral Green. HEX triplet: 57, 66 and 5C. RGB value is (87,102,92). Sum of RGB (Red+Green+Blue) = 87+102+92=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #57665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57665C is #A899A3. Grayscale: #606060. Windows color (decimal): -11049380 or 6055511. OLE color: 6055511.

HSL color Cylindrical-coordinate representation of color #57665C: hue angle of 140º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57665C is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 87 102 92 -
CMYK 0.15 0 0.10 0.6
HSL 140º 0.08% 0.37% -
HSV(B) 140º 0.15% 0.4% -
XYZ 10.61 12.3 11.94 -
YUV 96.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 87 102 92 0.15 0 0.10 0.6 140 0.08 0.37
Hex 57 66 5C F 0 A 3C 8C 8 25
Octal 127 146 134 17 0 12 74 214 10 45
Binary 1010111 1100110 1011100 1111 0 1010 111100 10001100 1000 100101

Color Harmonies of #57665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57665C

Black with #57665C

Text Example


Text Example

White with #57665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57665C; }

 p { color: rgb(87,102,92); }

 H1.HeaderClassName
 {
   color: #57665C;
 }
 .AnyTagClassName
 {
   color: #57665C;
 }
</style>

background-color css

<style>
 a { background-color: #57665C; }

 a { background-color: rgb(87,102,92); }

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

border-color css

<style>
 span { border-color: #57665C; }

 span { border-color: rgb(87,102,92); }

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