#53655A

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

Shades of Feldgrau #53655A

Tints of Feldgrau #53655A

Color information

#53655A (or 0x53655A) is unknown color: approx Feldgrau. HEX triplet: 53, 65 and 5A. RGB value is (83,101,90). Sum of RGB (Red+Green+Blue) = 83+101+90=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #53655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655A is #AC9AA5. Grayscale: #5E5E5E. Windows color (decimal): -11311782 or 5924179. OLE color: 5924179.

HSL color Cylindrical-coordinate representation of color #53655A: hue angle of 143.33º 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 #53655A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB8310190-
CMYK0.1800.110.60
HSL143.33º9.78%36.08%-
HSV(B)143.33º17.82%39.61%-
XYZ10.0711.8811.44-
YUV94.36125.54119.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=30.29%
G=36.86%
B=32.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101900.1800.110.60143.339.7836.08
Hex53655A120B3C8fa24
Octal12314513222013742171244
Binary1010011110010110110101001001011111100100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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