Html Css Color HEX #525754 Feldgrau

📋 copy color: '#525754'

red 82 ◦ green 87 ◦ blue 84

#525754
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #525754

Tints of Feldgrau #525754

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.2% from 255) = 33.2%

R = 32.41%
G = 34.39%
B = 33.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#525754 (or 0x525754) is known color: 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

RGB 82 87 84 -
CMYK 0.06 0 0.03 0.66
HSL 144º 0.03% 0.33% -
HSV(B) 144º 0.06% 0.34% -
XYZ 8.49 9.25 9.73 -
YUV 85.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 82 87 84 0.06 0 0.03 0.66 144 0.03 0.33
Hex 52 57 54 6 0 3 42 90 3 21
Octal 122 127 124 6 0 3 102 220 3 41
Binary 1010010 1010111 1010100 110 0 11 1000010 10010000 11 100001

Color Harmonies of #525754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525754

Black with #525754

Text Example


Text Example

White with #525754

Text Example


Text Example

HTML Codes & Css Web 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>