Html Css Color HEX #525E56 Feldgrau

📋 copy color: '#525E56'

red 82 ◦ green 94 ◦ blue 86

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

Shades of Feldgrau #525E56

Tints of Feldgrau #525E56

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.88%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 31.3%
G = 35.88%
B = 32.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#525E56 (or 0x525E56) is known color: Feldgrau. HEX triplet: 52, 5E and 56. RGB value is (82,94,86). Sum of RGB (Red+Green+Blue) = 82+94+86=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 94 - color contains mainly: green. Hex color #525E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E56 is #ADA1A9. Grayscale: #595959. Windows color (decimal): -11379114 or 5660242. OLE color: 5660242.

HSL color Cylindrical-coordinate representation of color #525E56: hue angle of 140º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #525E56 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 94 86 -
CMYK 0.13 0 0.09 0.63
HSL 140º 0.07% 0.35% -
HSV(B) 140º 0.13% 0.37% -
XYZ 9.16 10.47 10.34 -
YUV 89.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 82 94 86 0.13 0 0.09 0.63 140 0.07 0.35
Hex 52 5E 56 D 0 9 3F 8C 7 23
Octal 122 136 126 15 0 11 77 214 7 43
Binary 1010010 1011110 1010110 1101 0 1001 111111 10001100 111 100011

Color Harmonies of #525E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E56

Black with #525E56

Text Example


Text Example

White with #525E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,94,86); }

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

background-color css

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

 a { background-color: rgb(82,94,86); }

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

border-color css

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

 span { border-color: rgb(82,94,86); }

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