#555B4C

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

Shades of Lunar Green #555B4C

Tints of Lunar Green #555B4C

Color information

#555B4C (or 0x555B4C) is unknown color: approx Lunar Green. HEX triplet: 55, 5B and 4C. RGB value is (85,91,76). Sum of RGB (Red+Green+Blue) = 85+91+76=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #555B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B4C is #AAA4B3. Grayscale: #575757. Windows color (decimal): -11183284 or 5004117. OLE color: 5004117.

HSL color Cylindrical-coordinate representation of color #555B4C: hue angle of 84º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555B4C is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB859176-
CMYK0.0700.160.64
HSL84º8.98%32.75%-
HSV(B)84º16.48%35.69%-
XYZ8.799.948.29-
YUV87.5121.51126.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=33.73%
G=36.11%
B=30.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8591760.0700.160.64848.9832.75
Hex555B4C70104054921
Octal12513311470201001241141
Binary101010110110111001100111010000100000010101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,91,76); }

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

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

 a { background-color: rgb(85,91,76); }

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

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

 span { border-color: rgb(85,91,76); }

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