Html Css Color HEX #555B4A Lunar Green

📋 copy color: '#555B4A'

red 85 ◦ green 91 ◦ blue 74

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

Shades of Lunar Green #555B4A

Tints of Lunar Green #555B4A

RGB

 RED value IS 85 (33.59% from 255) = 34%

 GREEN value IS 91 (35.94% from 255) = 36.4%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 34%
G = 36.4%
B = 29.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#555B4A (or 0x555B4A) is known color: Lunar Green. HEX triplet: 55, 5B and 4A. RGB value is (85,91,74). Sum of RGB (Red+Green+Blue) = 85+91+74=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #555B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B4A is #AAA4B5. Grayscale: #575757. Windows color (decimal): -11183286 or 4873045. OLE color: 4873045.

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

Color convert

RGB 85 91 74 -
CMYK 0.07 0 0.19 0.64
HSL 81.18º 0.1% 0.32% -
HSV(B) 81.18º 0.19% 0.36% -
XYZ 8.72 9.91 7.93 -
YUV 87.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 85 91 74 0.07 0 0.19 0.64 81.18 0.1 0.32
Hex 55 5B 4A 7 0 13 40 51 A 20
Octal 125 133 112 7 0 23 100 121 12 40
Binary 1010101 1011011 1001010 111 0 10011 1000000 1010001 1010 100000

Color Harmonies of #555B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B4A

Black with #555B4A

Text Example


Text Example

White with #555B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #555B4A;
 }
 .AnyTagClassName
 {
   color: #555B4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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