Html Css Color HEX #5A615D Feldgrau

📋 copy color: '#5A615D'

red 90 ◦ green 97 ◦ blue 93

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

Shades of Feldgrau #5A615D

Tints of Feldgrau #5A615D

RGB

 RED value IS 90 (35.55% from 255) = 32.14%

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 32.14%
G = 34.64%
B = 33.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#5A615D (or 0x5A615D) is known color: Feldgrau. HEX triplet: 5A, 61 and 5D. RGB value is (90,97,93). Sum of RGB (Red+Green+Blue) = 90+97+93=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 97 - color contains mainly: green. Hex color #5A615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A615D is #A59EA2. Grayscale: #5E5E5E. Windows color (decimal): -10854051 or 6119770. OLE color: 6119770.

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

Color convert

RGB 90 97 93 -
CMYK 0.07 0 0.04 0.62
HSL 145.71º 0.04% 0.37% -
HSV(B) 145.71º 0.07% 0.38% -
XYZ 10.47 11.51 12.03 -
YUV 94.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 90 97 93 0.07 0 0.04 0.62 145.71 0.04 0.37
Hex 5A 61 5D 7 0 4 3E 92 4 25
Octal 132 141 135 7 0 4 76 222 4 45
Binary 1011010 1100001 1011101 111 0 100 111110 10010010 100 100101

Color Harmonies of #5A615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A615D

Black with #5A615D

Text Example


Text Example

White with #5A615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A615D; }

 p { color: rgb(90,97,93); }

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

background-color css

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

 a { background-color: rgb(90,97,93); }

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

border-color css

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

 span { border-color: rgb(90,97,93); }

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