#5B605D

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

Shades of Feldgrau #5B605D

Tints of Feldgrau #5B605D

Color information

#5B605D (or 0x5B605D) is unknown color: approx Feldgrau. HEX triplet: 5B, 60 and 5D. RGB value is (91,96,93). Sum of RGB (Red+Green+Blue) = 91+96+93=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 96 - color contains mainly: green. Hex color #5B605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B605D is #A49FA2. Grayscale: #5E5E5E. Windows color (decimal): -10788771 or 6119515. OLE color: 6119515.

HSL color Cylindrical-coordinate representation of color #5B605D: hue angle of 144º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B605D is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB919693-
CMYK0.0500.030.62
HSL144º2.67%36.67%-
HSV(B)144º5.21%37.65%-
XYZ10.4711.3812-
YUV94.16127.34125.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=32.5%
G=34.29%
B=33.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196930.0500.030.621442.6736.67
Hex5B605D5033E90325
Octal13314013550376220345
Binary1011011110000010111011010111111101001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B605D; }

 p { color: rgb(91,96,93); }

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

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

 a { background-color: rgb(91,96,93); }

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

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

 span { border-color: rgb(91,96,93); }

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