#525A55

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

Shades of Feldgrau #525A55

Tints of Feldgrau #525A55

Color information

#525A55 (or 0x525A55) is unknown color: approx Feldgrau. HEX triplet: 52, 5A and 55. RGB value is (82,90,85). Sum of RGB (Red+Green+Blue) = 82+90+85=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #525A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A55 is #ADA5AA. Grayscale: #575757. Windows color (decimal): -11380139 or 5593682. OLE color: 5593682.

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

Color convert

RGB829085-
CMYK0.0900.060.65
HSL142.5º4.65%33.73%-
HSV(B)142.5º8.89%35.29%-
XYZ8.789.7610.02-
YUV87.04126.85124.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=31.91%
G=35.02%
B=33.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290850.0900.060.65142.54.6533.73
Hex525A55906418e522
Octal1221321251106101216542
Binary10100101011010101010110010110100000110001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A55; }

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

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

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

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

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

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

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

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