#53635A

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

Shades of Feldgrau #53635A

Tints of Feldgrau #53635A

Color information

#53635A (or 0x53635A) is unknown color: approx Feldgrau. HEX triplet: 53, 63 and 5A. RGB value is (83,99,90). Sum of RGB (Red+Green+Blue) = 83+99+90=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 99 - color contains mainly: green. Hex color #53635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53635A is #AC9CA5. Grayscale: #5D5D5D. Windows color (decimal): -11312294 or 5923667. OLE color: 5923667.

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

Color convert

RGB839990-
CMYK0.1600.090.61
HSL146.25º8.79%35.69%-
HSV(B)146.25º16.16%38.82%-
XYZ9.8711.511.37-
YUV93.19126.2120.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=30.51%
G=36.40%
B=33.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399900.1600.090.61146.258.7935.69
Hex53635A10093D92924
Octal12314313220011752221144
Binary1010011110001110110101000001001111101100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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