#525955

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

Shades of Feldgrau #525955

Tints of Feldgrau #525955

Color information

#525955 (or 0x525955) is unknown color: approx Feldgrau. HEX triplet: 52, 59 and 55. RGB value is (82,89,85). Sum of RGB (Red+Green+Blue) = 82+89+85=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #525955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525955 is #ADA6AA. Grayscale: #565656. Windows color (decimal): -11380395 or 5593426. OLE color: 5593426.

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

Color convert

RGB828985-
CMYK0.0800.040.65
HSL145.71º4.09%33.53%-
HSV(B)145.71º7.87%34.9%-
XYZ8.699.599.99-
YUV86.45127.18124.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=32.03%
G=34.77%
B=33.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289850.0800.040.65145.714.0933.53
Hex5259558044192422
Octal1221311251004101222442
Binary10100101011001101010110000100100000110010010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525955; }

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

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

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

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

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

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

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

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