Html Css Color HEX #555A57 Feldgrau

📋 copy color: '#555A57'

red 85 ◦ green 90 ◦ blue 87

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

Shades of Feldgrau #555A57

Tints of Feldgrau #555A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

 BLUE value IS 87 (34.38% from 255) = 33.21%

R = 32.44%
G = 34.35%
B = 33.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#555A57 (or 0x555A57) is known color: Feldgrau. HEX triplet: 55, 5A and 57. RGB value is (85,90,87). Sum of RGB (Red+Green+Blue) = 85+90+87=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 90 - color contains mainly: green. Hex color #555A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A57 is #AAA5A8. Grayscale: #585858. Windows color (decimal): -11183529 or 5724757. OLE color: 5724757.

HSL color Cylindrical-coordinate representation of color #555A57: hue angle of 144º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555A57 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 87 -
CMYK 0.06 0 0.03 0.65
HSL 144º 0.03% 0.34% -
HSV(B) 144º 0.06% 0.35% -
XYZ 9.12 9.93 10.45 -
YUV 88.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 85 90 87 0.06 0 0.03 0.65 144 0.03 0.34
Hex 55 5A 57 6 0 3 41 90 3 22
Octal 125 132 127 6 0 3 101 220 3 42
Binary 1010101 1011010 1010111 110 0 11 1000001 10010000 11 100010

Color Harmonies of #555A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A57

Black with #555A57

Text Example


Text Example

White with #555A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555A57; }

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

 H1.HeaderClassName
 {
   color: #555A57;
 }
 .AnyTagClassName
 {
   color: #555A57;
 }
</style>

background-color css

<style>
 a { background-color: #555A57; }

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

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

border-color css

<style>
 span { border-color: #555A57; }

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

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