Html Css Color HEX #55625A Feldgrau

📋 copy color: '#55625A'

red 85 ◦ green 98 ◦ blue 90

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

Shades of Feldgrau #55625A

Tints of Feldgrau #55625A

RGB

 RED value IS 85 (33.59% from 255) = 31.14%

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 31.14%
G = 35.9%
B = 32.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#55625A (or 0x55625A) is known color: Feldgrau. HEX triplet: 55, 62 and 5A. RGB value is (85,98,90). Sum of RGB (Red+Green+Blue) = 85+98+90=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #55625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55625A is #AA9DA5. Grayscale: #5D5D5D. Windows color (decimal): -11181478 or 5923413. OLE color: 5923413.

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

Color convert

RGB 85 98 90 -
CMYK 0.13 0 0.08 0.62
HSL 143.08º 0.07% 0.36% -
HSV(B) 143.08º 0.13% 0.38% -
XYZ 9.96 11.4 11.35 -
YUV 93.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 85 98 90 0.13 0 0.08 0.62 143.08 0.07 0.36
Hex 55 62 5A D 0 8 3E 8F 7 24
Octal 125 142 132 15 0 10 76 217 7 44
Binary 1010101 1100010 1011010 1101 0 1000 111110 10001111 111 100100

Color Harmonies of #55625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55625A

Black with #55625A

Text Example


Text Example

White with #55625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55625A; }

 p { color: rgb(85,98,90); }

 H1.HeaderClassName
 {
   color: #55625A;
 }
 .AnyTagClassName
 {
   color: #55625A;
 }
</style>

background-color css

<style>
 a { background-color: #55625A; }

 a { background-color: rgb(85,98,90); }

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

border-color css

<style>
 span { border-color: #55625A; }

 span { border-color: rgb(85,98,90); }

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