Html Css Color HEX #53655B Feldgrau

📋 copy color: '#53655B'

red 83 ◦ green 101 ◦ blue 91

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

Shades of Feldgrau #53655B

Tints of Feldgrau #53655B

RGB

 RED value IS 83 (32.81% from 255) = 30.18%

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 30.18%
G = 36.73%
B = 33.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#53655B (or 0x53655B) is known color: Feldgrau. HEX triplet: 53, 65 and 5B. RGB value is (83,101,91). Sum of RGB (Red+Green+Blue) = 83+101+91=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #53655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655B is #AC9AA4. Grayscale: #5E5E5E. Windows color (decimal): -11311781 or 5989715. OLE color: 5989715.

HSL color Cylindrical-coordinate representation of color #53655B: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #53655B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 91 -
CMYK 0.18 0 0.10 0.60
HSL 146.67º 0.1% 0.36% -
HSV(B) 146.67º 0.18% 0.4% -
XYZ 10.11 11.9 11.66 -
YUV 94.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 83 101 91 0.18 0 0.10 0.60 146.67 0.1 0.36
Hex 53 65 5B 12 0 A 3C 93 A 24
Octal 123 145 133 22 0 12 74 223 12 44
Binary 1010011 1100101 1011011 10010 0 1010 111100 10010011 1010 100100

Color Harmonies of #53655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53655B

Black with #53655B

Text Example


Text Example

White with #53655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53655B; }

 p { color: rgb(83,101,91); }

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

background-color css

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

 a { background-color: rgb(83,101,91); }

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

border-color css

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

 span { border-color: rgb(83,101,91); }

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