#555C58

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

Shades of Feldgrau #555C58

Tints of Feldgrau #555C58

Color information

#555C58 (or 0x555C58) is unknown color: approx Feldgrau. HEX triplet: 55, 5C and 58. RGB value is (85,92,88). Sum of RGB (Red+Green+Blue) = 85+92+88=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 92 - color contains mainly: green. Hex color #555C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C58 is #AAA3A7. Grayscale: #595959. Windows color (decimal): -11183016 or 5790805. OLE color: 5790805.

HSL color Cylindrical-coordinate representation of color #555C58: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #555C58 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB859288-
CMYK0.0800.040.64
HSL145.71º3.95%34.71%-
HSV(B)145.71º7.61%36.08%-
XYZ9.3310.2910.73-
YUV89.45127.18124.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=32.08%
G=34.72%
B=33.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592880.0800.040.64145.713.9534.71
Hex555C588044092423
Octal1251341301004100222443
Binary10101011011100101100010000100100000010010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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