#55665C

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

Shades of Feldgrau #55665C

Tints of Feldgrau #55665C

Color information

#55665C (or 0x55665C) is unknown color: approx Feldgrau. HEX triplet: 55, 66 and 5C. RGB value is (85,102,92). Sum of RGB (Red+Green+Blue) = 85+102+92=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 102 - color contains mainly: green. Hex color #55665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55665C is #AA99A3. Grayscale: #5F5F5F. Windows color (decimal): -11180452 or 6055509. OLE color: 6055509.

HSL color Cylindrical-coordinate representation of color #55665C: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #55665C is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB8510292-
CMYK0.1700.100.6
HSL144.71º9.09%36.67%-
HSV(B)144.71º16.67%40%-
XYZ10.4312.2111.93-
YUV95.78125.87120.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=30.47%
G=36.56%
B=32.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102920.1700.100.6144.719.0936.67
Hex55665C110A3C91925
Octal12514613421012742211145
Binary1010101110011010111001000101010111100100100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55665C; }

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

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

<style>
 a { background-color: #55665C; }

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

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

<style>
 span { border-color: #55665C; }

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

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