#57625C

Color #57625C Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #57625C

Tints of Feldgrau #57625C

Color information

#57625C (or 0x57625C) is unknown color: approx Feldgrau. HEX triplet: 57, 62 and 5C. RGB value is (87,98,92). Sum of RGB (Red+Green+Blue) = 87+98+92=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #57625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57625C is #A89DA3. Grayscale: #5E5E5E. Windows color (decimal): -11050404 or 6054487. OLE color: 6054487.

HSL color Cylindrical-coordinate representation of color #57625C: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57625C is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB879892-
CMYK0.1100.060.62
HSL147.27º5.95%36.27%-
HSV(B)147.27º11.22%38.43%-
XYZ10.2311.5311.81-
YUV94.03126.86122.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=31.41%
G=35.38%
B=33.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8798920.1100.060.62147.275.9536.27
Hex57625CB063E93624
Octal127142134130676223644
Binary1010111110001010111001011011011111010010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57625C;
 }
 .AnyTagClassName
 {
   color: #57625C;
 }
</style>
background-color css

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

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

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

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

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

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