Html Css Color HEX #555B4C Lunar Green

📋 copy color: '#555B4C'

red 85 ◦ green 91 ◦ blue 76

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

Shades of Lunar Green #555B4C

Tints of Lunar Green #555B4C

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 value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#555B4C (or 0x555B4C) is known color: 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

RGB 85 91 76 -
CMYK 0.07 0 0.16 0.64
HSL 84º 0.09% 0.33% -
HSV(B) 84º 0.16% 0.36% -
XYZ 8.79 9.94 8.29 -
YUV 87.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 85 91 76 0.07 0 0.16 0.64 84 0.09 0.33
Hex 55 5B 4C 7 0 10 40 54 9 21
Octal 125 133 114 7 0 20 100 124 11 41
Binary 1010101 1011011 1001100 111 0 10000 1000000 1010100 1001 100001

Color Harmonies of #555B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B4C

Black with #555B4C

Text Example


Text Example

White with #555B4C

Text Example


Text Example

HTML Codes & Css Web 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>