#53655B

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

Shades of Feldgrau #53655B

Tints of Feldgrau #53655B

Color information

#53655B (or 0x53655B) is unknown color: approx Feldgrau. HEX triplet: 53, 65 and 5B. RGB value is (83,101,91). Sum of RGB (Red+Green+Blue) = 83+101+91=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #53655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655B is #AC9AA4. Grayscale: #5E5E5E. Windows color (decimal): -11311781 or 5989715. OLE color: 5989715.

HSL color Cylindrical-coordinate representation of color #53655B: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #53655B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8310191-
CMYK0.1800.100.60
HSL146.67º9.78%36.08%-
HSV(B)146.67º17.82%39.61%-
XYZ10.1111.911.66-
YUV94.48126.04119.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=30.18%
G=36.73%
B=33.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101910.1800.100.60146.679.7836.08
Hex53655B120A3C93a24
Octal12314513322012742231244
Binary1010011110010110110111001001010111100100100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,101,91); }

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

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

 a { background-color: rgb(83,101,91); }

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

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

 span { border-color: rgb(83,101,91); }

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