Html Css Color HEX #57655D Feldgrau

📋 copy color: '#57655D'

red 87 ◦ green 101 ◦ blue 93

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

Shades of Feldgrau #57655D

Tints of Feldgrau #57655D

RGB

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

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

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

R = 30.96%
G = 35.94%
B = 33.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#57655D (or 0x57655D) is known color: Feldgrau. HEX triplet: 57, 65 and 5D. RGB value is (87,101,93). Sum of RGB (Red+Green+Blue) = 87+101+93=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #57655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57655D is #A89AA2. Grayscale: #5F5F5F. Windows color (decimal): -11049635 or 6120791. OLE color: 6120791.

HSL color Cylindrical-coordinate representation of color #57655D: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57655D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 101 93 -
CMYK 0.14 0 0.08 0.60
HSL 145.71º 0.07% 0.37% -
HSV(B) 145.71º 0.14% 0.4% -
XYZ 10.56 12.12 12.14 -
YUV 95.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 87 101 93 0.14 0 0.08 0.60 145.71 0.07 0.37
Hex 57 65 5D E 0 8 3C 92 7 25
Octal 127 145 135 16 0 10 74 222 7 45
Binary 1010111 1100101 1011101 1110 0 1000 111100 10010010 111 100101

Color Harmonies of #57655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57655D

Black with #57655D

Text Example


Text Example

White with #57655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57655D; }

 p { color: rgb(87,101,93); }

 H1.HeaderClassName
 {
   color: #57655D;
 }
 .AnyTagClassName
 {
   color: #57655D;
 }
</style>

background-color css

<style>
 a { background-color: #57655D; }

 a { background-color: rgb(87,101,93); }

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

border-color css

<style>
 span { border-color: #57655D; }

 span { border-color: rgb(87,101,93); }

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