#525553

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

Shades of Feldgrau #525553

Tints of Feldgrau #525553

Color information

#525553 (or 0x525553) is unknown color: approx Feldgrau. HEX triplet: 52, 55 and 53. RGB value is (82,85,83). Sum of RGB (Red+Green+Blue) = 82+85+83=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 85 - color contains mainly: green. Hex color #525553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525553 is #ADAAAC. Grayscale: #535353. Windows color (decimal): -11381421 or 5461330. OLE color: 5461330.

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

Color convert

RGB828583-
CMYK0.0400.020.67
HSL140º1.8%32.75%-
HSV(B)140º3.53%33.33%-
XYZ8.298.929.47-
YUV83.88127.51126.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=32.8%
G=34%
B=33.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285830.0400.020.671401.832.75
Hex525553402438c221
Octal122125123402103214241
Binary10100101010101101001110001010000111000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525553; }

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

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

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

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

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

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

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

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