#525754

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

Shades of Feldgrau #525754

Tints of Feldgrau #525754

Color information

#525754 (or 0x525754) is unknown color: approx Feldgrau. HEX triplet: 52, 57 and 54. RGB value is (82,87,84). Sum of RGB (Red+Green+Blue) = 82+87+84=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 87 - color contains mainly: green. Hex color #525754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525754 is #ADA8AB. Grayscale: #555555. Windows color (decimal): -11380908 or 5527378. OLE color: 5527378.

HSL color Cylindrical-coordinate representation of color #525754: hue angle of 144º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #525754 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB828784-
CMYK0.0600.030.66
HSL144º2.96%33.14%-
HSV(B)144º5.75%34.12%-
XYZ8.499.259.73-
YUV85.16127.34125.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=32.41%
G=34.39%
B=33.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287840.0600.030.661442.9633.14
Hex5257546034290321
Octal122127124603102220341
Binary10100101010111101010011001110000101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525754; }

 p { color: rgb(82,87,84); }

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

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

 a { background-color: rgb(82,87,84); }

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

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

 span { border-color: rgb(82,87,84); }

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