Html Css Color HEX #565957 Feldgrau

📋 copy color: '#565957'

red 86 ◦ green 89 ◦ blue 87

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

Shades of Feldgrau #565957

Tints of Feldgrau #565957

RGB

 RED value IS 86 (33.98% from 255) = 32.82%

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 87 (34.38% from 255) = 33.21%

R = 32.82%
G = 33.97%
B = 33.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#565957 (or 0x565957) is known color: Feldgrau. HEX triplet: 56, 59 and 57. RGB value is (86,89,87). Sum of RGB (Red+Green+Blue) = 86+89+87=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 89 - color contains mainly: green. Hex color #565957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565957 is #A9A6A8. Grayscale: #575757. Windows color (decimal): -11118249 or 5724502. OLE color: 5724502.

HSL color Cylindrical-coordinate representation of color #565957: hue angle of 140º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #565957 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 89 87 -
CMYK 0.03 0 0.02 0.65
HSL 140º 0.02% 0.34% -
HSV(B) 140º 0.03% 0.35% -
XYZ 9.13 9.81 10.43 -
YUV 87.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 86 89 87 0.03 0 0.02 0.65 140 0.02 0.34
Hex 56 59 57 3 0 2 41 8C 2 22
Octal 126 131 127 3 0 2 101 214 2 42
Binary 1010110 1011001 1010111 11 0 10 1000001 10001100 10 100010

Color Harmonies of #565957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565957

Black with #565957

Text Example


Text Example

White with #565957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565957; }

 p { color: rgb(86,89,87); }

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

background-color css

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

 a { background-color: rgb(86,89,87); }

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

border-color css

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

 span { border-color: rgb(86,89,87); }

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