Html Css Color HEX #515E57 Feldgrau

📋 copy color: '#515E57'

red 81 ◦ green 94 ◦ blue 87

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

Shades of Feldgrau #515E57

Tints of Feldgrau #515E57

RGB

 RED value IS 81 (32.03% from 255) = 30.92%

 GREEN value IS 94 (37.11% from 255) = 35.88%

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

R = 30.92%
G = 35.88%
B = 33.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#515E57 (or 0x515E57) is known color: Feldgrau. HEX triplet: 51, 5E and 57. RGB value is (81,94,87). Sum of RGB (Red+Green+Blue) = 81+94+87=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 94 - color contains mainly: green. Hex color #515E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E57 is #AEA1A8. Grayscale: #595959. Windows color (decimal): -11444649 or 5725777. OLE color: 5725777.

HSL color Cylindrical-coordinate representation of color #515E57: hue angle of 147.69º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515E57 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 94 87 -
CMYK 0.14 0 0.07 0.63
HSL 147.69º 0.07% 0.34% -
HSV(B) 147.69º 0.14% 0.37% -
XYZ 9.12 10.44 10.55 -
YUV 89.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 81 94 87 0.14 0 0.07 0.63 147.69 0.07 0.34
Hex 51 5E 57 E 0 7 3F 94 7 22
Octal 121 136 127 16 0 7 77 224 7 42
Binary 1010001 1011110 1010111 1110 0 111 111111 10010100 111 100010

Color Harmonies of #515E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E57

Black with #515E57

Text Example


Text Example

White with #515E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E57; }

 p { color: rgb(81,94,87); }

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

background-color css

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

 a { background-color: rgb(81,94,87); }

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

border-color css

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

 span { border-color: rgb(81,94,87); }

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