Html Css Color HEX #57605B Feldgrau

📋 copy color: '#57605B'

red 87 ◦ green 96 ◦ blue 91

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

Shades of Feldgrau #57605B

Tints of Feldgrau #57605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 31.75%
G = 35.04%
B = 33.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#57605B (or 0x57605B) is known color: Feldgrau. HEX triplet: 57, 60 and 5B. RGB value is (87,96,91). Sum of RGB (Red+Green+Blue) = 87+96+91=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #57605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57605B is #A89FA4. Grayscale: #5C5C5C. Windows color (decimal): -11050917 or 5988439. OLE color: 5988439.

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

Color convert

RGB 87 96 91 -
CMYK 0.09 0 0.05 0.62
HSL 146.67º 0.05% 0.36% -
HSV(B) 146.67º 0.09% 0.38% -
XYZ 10 11.15 11.52 -
YUV 92.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 87 96 91 0.09 0 0.05 0.62 146.67 0.05 0.36
Hex 57 60 5B 9 0 5 3E 93 5 24
Octal 127 140 133 11 0 5 76 223 5 44
Binary 1010111 1100000 1011011 1001 0 101 111110 10010011 101 100100

Color Harmonies of #57605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57605B

Black with #57605B

Text Example


Text Example

White with #57605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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