Html Css Color HEX #525854 Feldgrau

📋 copy color: '#525854'

red 82 ◦ green 88 ◦ blue 84

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

Shades of Feldgrau #525854

Tints of Feldgrau #525854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 32.28%
G = 34.65%
B = 33.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#525854 (or 0x525854) is known color: Feldgrau. HEX triplet: 52, 58 and 54. RGB value is (82,88,84). Sum of RGB (Red+Green+Blue) = 82+88+84=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #525854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525854 is #ADA7AB. Grayscale: #555555. Windows color (decimal): -11380652 or 5527634. OLE color: 5527634.

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

Color convert

RGB 82 88 84 -
CMYK 0.07 0 0.05 0.65
HSL 140º 0.04% 0.33% -
HSV(B) 140º 0.07% 0.35% -
XYZ 8.57 9.41 9.75 -
YUV 85.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 82 88 84 0.07 0 0.05 0.65 140 0.04 0.33
Hex 52 58 54 7 0 5 41 8C 4 21
Octal 122 130 124 7 0 5 101 214 4 41
Binary 1010010 1011000 1010100 111 0 101 1000001 10001100 100 100001

Color Harmonies of #525854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525854

Black with #525854

Text Example


Text Example

White with #525854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525854; }

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

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

background-color css

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

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

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

border-color css

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

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

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