#515753

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

Shades of Feldgrau #515753

Tints of Feldgrau #515753

Color information

#515753 (or 0x515753) is unknown color: approx Feldgrau. HEX triplet: 51, 57 and 53. RGB value is (81,87,83). Sum of RGB (Red+Green+Blue) = 81+87+83=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #515753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515753 is #AEA8AC. Grayscale: #545454. Windows color (decimal): -11446445 or 5461841. OLE color: 5461841.

HSL color Cylindrical-coordinate representation of color #515753: hue angle of 140º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #515753 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB818783-
CMYK0.0700.050.66
HSL140º3.57%32.94%-
HSV(B)140º6.9%34.12%-
XYZ8.369.199.52-
YUV84.75127.01125.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=32.27%
G=34.66%
B=33.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187830.0700.050.661403.5732.94
Hex515753705428c421
Octal121127123705102214441
Binary1010001101011110100111110101100001010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515753; }

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

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

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

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

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

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

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

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