#545F59

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

Shades of Feldgrau #545F59

Tints of Feldgrau #545F59

Color information

#545F59 (or 0x545F59) is unknown color: approx Feldgrau. HEX triplet: 54, 5F and 59. RGB value is (84,95,89). Sum of RGB (Red+Green+Blue) = 84+95+89=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #545F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F59 is #ABA0A6. Grayscale: #5B5B5B. Windows color (decimal): -11247783 or 5857108. OLE color: 5857108.

HSL color Cylindrical-coordinate representation of color #545F59: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545F59 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB849589-
CMYK0.1200.060.63
HSL147.27º6.15%35.1%-
HSV(B)147.27º11.58%37.25%-
XYZ9.5510.7911.03-
YUV91.03126.86122.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=31.34%
G=35.45%
B=33.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495890.1200.060.63147.276.1535.1
Hex545F59C063F93623
Octal124137131140677223643
Binary1010100101111110110011100011011111110010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545F59; }

 p { color: rgb(84,95,89); }

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

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

 a { background-color: rgb(84,95,89); }

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

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

 span { border-color: rgb(84,95,89); }

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