#535955

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

Shades of Feldgrau #535955

Tints of Feldgrau #535955

Color information

#535955 (or 0x535955) is unknown color: approx Feldgrau. HEX triplet: 53, 59 and 55. RGB value is (83,89,85). Sum of RGB (Red+Green+Blue) = 83+89+85=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 89 - color contains mainly: green. Hex color #535955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535955 is #ACA6AA. Grayscale: #565656. Windows color (decimal): -11314859 or 5593427. OLE color: 5593427.

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

Color convert

RGB838985-
CMYK0.0700.040.65
HSL140º3.49%33.73%-
HSV(B)140º6.74%34.9%-
XYZ8.789.649.99-
YUV86.75127.01125.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=32.30%
G=34.63%
B=33.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389850.0700.040.651403.4933.73
Hex535955704418c322
Octal123131125704101214342
Binary101001110110011010101111010010000011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535955; }

 p { color: rgb(83,89,85); }

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

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

 a { background-color: rgb(83,89,85); }

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

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

 span { border-color: rgb(83,89,85); }

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