Html Css Color HEX #525954 Feldgrau

📋 copy color: '#525954'

red 82 ◦ green 89 ◦ blue 84

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

Shades of Feldgrau #525954

Tints of Feldgrau #525954

RGB

 RED value IS 82 (32.42% from 255) = 32.16%

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 32.16%
G = 34.9%
B = 32.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#525954 (or 0x525954) is known color: Feldgrau. HEX triplet: 52, 59 and 54. RGB value is (82,89,84). Sum of RGB (Red+Green+Blue) = 82+89+84=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #525954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525954 is #ADA6AB. Grayscale: #565656. Windows color (decimal): -11380396 or 5527890. OLE color: 5527890.

HSL color Cylindrical-coordinate representation of color #525954: hue angle of 137.14º 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 #525954 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 84 -
CMYK 0.08 0 0.06 0.65
HSL 137.14º 0.04% 0.34% -
HSV(B) 137.14º 0.08% 0.35% -
XYZ 8.65 9.58 9.78 -
YUV 86.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 82 89 84 0.08 0 0.06 0.65 137.14 0.04 0.34
Hex 52 59 54 8 0 6 41 89 4 22
Octal 122 131 124 10 0 6 101 211 4 42
Binary 1010010 1011001 1010100 1000 0 110 1000001 10001001 100 100010

Color Harmonies of #525954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525954

Black with #525954

Text Example


Text Example

White with #525954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525954; }

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

 H1.HeaderClassName
 {
   color: #525954;
 }
 .AnyTagClassName
 {
   color: #525954;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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