Html Css Color HEX #57615B Feldgrau

📋 copy color: '#57615B'

red 87 ◦ green 97 ◦ blue 91

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

Shades of Feldgrau #57615B

Tints of Feldgrau #57615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.27%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 31.64%
G = 35.27%
B = 33.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#57615B (or 0x57615B) is known color: Feldgrau. HEX triplet: 57, 61 and 5B. RGB value is (87,97,91). Sum of RGB (Red+Green+Blue) = 87+97+91=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #57615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57615B is #A89EA4. Grayscale: #5D5D5D. Windows color (decimal): -11050661 or 5988695. OLE color: 5988695.

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

Color convert

RGB 87 97 91 -
CMYK 0.10 0 0.06 0.62
HSL 144º 0.05% 0.36% -
HSV(B) 144º 0.1% 0.38% -
XYZ 10.09 11.33 11.55 -
YUV 93.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 87 97 91 0.10 0 0.06 0.62 144 0.05 0.36
Hex 57 61 5B A 0 6 3E 90 5 24
Octal 127 141 133 12 0 6 76 220 5 44
Binary 1010111 1100001 1011011 1010 0 110 111110 10010000 101 100100

Color Harmonies of #57615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57615B

Black with #57615B

Text Example


Text Example

White with #57615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57615B; }

 p { color: rgb(87,97,91); }

 H1.HeaderClassName
 {
   color: #57615B;
 }
 .AnyTagClassName
 {
   color: #57615B;
 }
</style>

background-color css

<style>
 a { background-color: #57615B; }

 a { background-color: rgb(87,97,91); }

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

border-color css

<style>
 span { border-color: #57615B; }

 span { border-color: rgb(87,97,91); }

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