#53645A

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

Shades of Feldgrau #53645A

Tints of Feldgrau #53645A

Color information

#53645A (or 0x53645A) is unknown color: approx Feldgrau. HEX triplet: 53, 64 and 5A. RGB value is (83,100,90). Sum of RGB (Red+Green+Blue) = 83+100+90=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #53645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53645A is #AC9BA5. Grayscale: #5D5D5D. Windows color (decimal): -11312038 or 5923923. OLE color: 5923923.

HSL color Cylindrical-coordinate representation of color #53645A: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53645A is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB8310090-
CMYK0.1700.100.61
HSL144.71º9.29%35.88%-
HSV(B)144.71º17%39.22%-
XYZ9.9711.6911.4-
YUV93.78125.87120.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=30.40%
G=36.63%
B=32.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100900.1700.100.61144.719.2935.88
Hex53645A110A3D91924
Octal12314413221012752211144
Binary1010011110010010110101000101010111101100100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53645A; }

 p { color: rgb(83,100,90); }

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

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

 a { background-color: rgb(83,100,90); }

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

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

 span { border-color: rgb(83,100,90); }

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