Html Css Color HEX #59625D Feldgrau

📋 copy color: '#59625D'

red 89 ◦ green 98 ◦ blue 93

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

Shades of Feldgrau #59625D

Tints of Feldgrau #59625D

RGB

 RED value IS 89 (35.16% from 255) = 31.79%

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 31.79%
G = 35%
B = 33.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#59625D (or 0x59625D) is known color: Feldgrau. HEX triplet: 59, 62 and 5D. RGB value is (89,98,93). Sum of RGB (Red+Green+Blue) = 89+98+93=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #59625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59625D is #A69DA2. Grayscale: #5E5E5E. Windows color (decimal): -10919331 or 6120025. OLE color: 6120025.

HSL color Cylindrical-coordinate representation of color #59625D: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59625D is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 98 93 -
CMYK 0.09 0 0.05 0.62
HSL 146.67º 0.05% 0.37% -
HSV(B) 146.67º 0.09% 0.38% -
XYZ 10.46 11.65 12.05 -
YUV 94.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 89 98 93 0.09 0 0.05 0.62 146.67 0.05 0.37
Hex 59 62 5D 9 0 5 3E 93 5 25
Octal 131 142 135 11 0 5 76 223 5 45
Binary 1011001 1100010 1011101 1001 0 101 111110 10010011 101 100101

Color Harmonies of #59625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59625D

Black with #59625D

Text Example


Text Example

White with #59625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59625D; }

 p { color: rgb(89,98,93); }

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

background-color css

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

 a { background-color: rgb(89,98,93); }

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

border-color css

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

 span { border-color: rgb(89,98,93); }

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