#555A4B

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

Shades of Lunar Green #555A4B

Tints of Lunar Green #555A4B

Color information

#555A4B (or 0x555A4B) is unknown color: approx Lunar Green. HEX triplet: 55, 5A and 4B. RGB value is (85,90,75). Sum of RGB (Red+Green+Blue) = 85+90+75=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #555A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A4B is #AAA5B4. Grayscale: #565656. Windows color (decimal): -11183541 or 4938325. OLE color: 4938325.

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

Color convert

RGB859075-
CMYK0.0600.170.65
HSL80º9.09%32.35%-
HSV(B)80º16.67%35.29%-
XYZ8.679.758.08-
YUV86.8121.34126.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 75 (29.69% from 255) = 30%
R=34%
G=36%
B=30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590750.0600.170.65809.0932.35
Hex555A4B60114150920
Octal12513211360211011201140
Binary101010110110101001011110010001100000110100001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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