Html Css Color HEX #58645D Feldgrau

📋 copy color: '#58645D'

red 88 ◦ green 100 ◦ blue 93

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

Shades of Feldgrau #58645D

Tints of Feldgrau #58645D

RGB

 RED value IS 88 (34.77% from 255) = 31.32%

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 31.32%
G = 35.59%
B = 33.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#58645D (or 0x58645D) is known color: Feldgrau. HEX triplet: 58, 64 and 5D. RGB value is (88,100,93). Sum of RGB (Red+Green+Blue) = 88+100+93=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #58645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58645D is #A79BA2. Grayscale: #5F5F5F. Windows color (decimal): -10984355 or 6120536. OLE color: 6120536.

HSL color Cylindrical-coordinate representation of color #58645D: hue angle of 145º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58645D is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 100 93 -
CMYK 0.12 0 0.07 0.61
HSL 145º 0.06% 0.37% -
HSV(B) 145º 0.12% 0.39% -
XYZ 10.56 11.98 12.11 -
YUV 95.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 88 100 93 0.12 0 0.07 0.61 145 0.06 0.37
Hex 58 64 5D C 0 7 3D 91 6 25
Octal 130 144 135 14 0 7 75 221 6 45
Binary 1011000 1100100 1011101 1100 0 111 111101 10010001 110 100101

Color Harmonies of #58645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58645D

Black with #58645D

Text Example


Text Example

White with #58645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,100,93); }

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

background-color css

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

 a { background-color: rgb(88,100,93); }

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

border-color css

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

 span { border-color: rgb(88,100,93); }

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