#58625C

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

Shades of Feldgrau #58625C

Tints of Feldgrau #58625C

Color information

#58625C (or 0x58625C) is unknown color: approx Feldgrau. HEX triplet: 58, 62 and 5C. RGB value is (88,98,92). Sum of RGB (Red+Green+Blue) = 88+98+92=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #58625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58625C is #A79DA3. Grayscale: #5E5E5E. Windows color (decimal): -10984868 or 6054488. OLE color: 6054488.

HSL color Cylindrical-coordinate representation of color #58625C: hue angle of 144º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58625C is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB889892-
CMYK0.1000.060.62
HSL144º5.38%36.47%-
HSV(B)144º10.2%38.43%-
XYZ10.3211.5811.82-
YUV94.33126.69123.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=31.65%
G=35.25%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898920.1000.060.621445.3836.47
Hex58625CA063E90524
Octal130142134120676220544
Binary1011000110001010111001010011011111010010000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58625C; }

 p { color: rgb(88,98,92); }

 H1.HeaderClassName
 {
   color: #58625C;
 }
 .AnyTagClassName
 {
   color: #58625C;
 }
</style>
background-color css

<style>
 a { background-color: #58625C; }

 a { background-color: rgb(88,98,92); }

 div.DivClassName
 {
   background-color: #58625C;
 }
 .BgClassName
 {
   background-color: #58625C;
 }
</style>
border-color css

<style>
 span { border-color: #58625C; }

 span { border-color: rgb(88,98,92); }

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