Html Css Color HEX #58625C Feldgrau

📋 copy color: '#58625C'

red 88 ◦ green 98 ◦ blue 92

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

Shades of Feldgrau #58625C

Tints of Feldgrau #58625C

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 value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#58625C (or 0x58625C) is known color: 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

RGB 88 98 92 -
CMYK 0.10 0 0.06 0.62
HSL 144º 0.05% 0.36% -
HSV(B) 144º 0.1% 0.38% -
XYZ 10.32 11.58 11.82 -
YUV 94.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 88 98 92 0.10 0 0.06 0.62 144 0.05 0.36
Hex 58 62 5C A 0 6 3E 90 5 24
Octal 130 142 134 12 0 6 76 220 5 44
Binary 1011000 1100010 1011100 1010 0 110 111110 10010000 101 100100

Color Harmonies of #58625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58625C

Black with #58625C

Text Example


Text Example

White with #58625C

Text Example


Text Example

HTML Codes & Css Web 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>