Html Css Color HEX #56625B Feldgrau

📋 copy color: '#56625B'

red 86 ◦ green 98 ◦ blue 91

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

Shades of Feldgrau #56625B

Tints of Feldgrau #56625B

RGB

 RED value IS 86 (33.98% from 255) = 31.27%

 GREEN value IS 98 (38.67% from 255) = 35.64%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 31.27%
G = 35.64%
B = 33.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#56625B (or 0x56625B) is known color: Feldgrau. HEX triplet: 56, 62 and 5B. RGB value is (86,98,91). Sum of RGB (Red+Green+Blue) = 86+98+91=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 98 - color contains mainly: green. Hex color #56625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56625B is #A99DA4. Grayscale: #5D5D5D. Windows color (decimal): -11115941 or 5988950. OLE color: 5988950.

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

Color convert

RGB 86 98 91 -
CMYK 0.12 0 0.07 0.62
HSL 145º 0.07% 0.36% -
HSV(B) 145º 0.12% 0.38% -
XYZ 10.09 11.47 11.58 -
YUV 93.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 86 98 91 0.12 0 0.07 0.62 145 0.07 0.36
Hex 56 62 5B C 0 7 3E 91 7 24
Octal 126 142 133 14 0 7 76 221 7 44
Binary 1010110 1100010 1011011 1100 0 111 111110 10010001 111 100100

Color Harmonies of #56625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56625B

Black with #56625B

Text Example


Text Example

White with #56625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56625B; }

 p { color: rgb(86,98,91); }

 H1.HeaderClassName
 {
   color: #56625B;
 }
 .AnyTagClassName
 {
   color: #56625B;
 }
</style>

background-color css

<style>
 a { background-color: #56625B; }

 a { background-color: rgb(86,98,91); }

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

border-color css

<style>
 span { border-color: #56625B; }

 span { border-color: rgb(86,98,91); }

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