#58645D

Color #58645D Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #58645D

Tints of Feldgrau #58645D

Color information

#58645D (or 0x58645D) is unknown color: approx 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

RGB8810093-
CMYK0.1200.070.61
HSL145º6.38%36.86%-
HSV(B)145º12%39.22%-
XYZ10.5611.9812.11-
YUV95.61126.52122.57-

RGB Variations

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

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.10%
R=31.32%
G=35.59%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88100930.1200.070.611456.3836.86
Hex58645DC073D91625
Octal130144135140775221645
Binary1011000110010010111011100011111110110010001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>