Html Css Color HEX #525553 Feldgrau

📋 copy color: '#525553'

red 82 ◦ green 85 ◦ blue 83

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

Shades of Feldgrau #525553

Tints of Feldgrau #525553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 32.8%
G = 34%
B = 33.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#525553 (or 0x525553) is known color: Feldgrau. HEX triplet: 52, 55 and 53. RGB value is (82,85,83). Sum of RGB (Red+Green+Blue) = 82+85+83=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 85 - color contains mainly: green. Hex color #525553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525553 is #ADAAAC. Grayscale: #535353. Windows color (decimal): -11381421 or 5461330. OLE color: 5461330.

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

Color convert

RGB 82 85 83 -
CMYK 0.04 0 0.02 0.67
HSL 140º 0.02% 0.33% -
HSV(B) 140º 0.04% 0.33% -
XYZ 8.29 8.92 9.47 -
YUV 83.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 82 85 83 0.04 0 0.02 0.67 140 0.02 0.33
Hex 52 55 53 4 0 2 43 8C 2 21
Octal 122 125 123 4 0 2 103 214 2 41
Binary 1010010 1010101 1010011 100 0 10 1000011 10001100 10 100001

Color Harmonies of #525553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525553

Black with #525553

Text Example


Text Example

White with #525553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525553; }

 p { color: rgb(82,85,83); }

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

background-color css

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

 a { background-color: rgb(82,85,83); }

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

border-color css

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

 span { border-color: rgb(82,85,83); }

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