Html Css Color HEX #557554 Cactus

📋 copy color: '#557554'

red 85 ◦ green 117 ◦ blue 84

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

Shades of Cactus #557554

Tints of Cactus #557554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 29.72%
G = 40.91%
B = 29.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#557554 (or 0x557554) is known color: Cactus. HEX triplet: 55, 75 and 54. RGB value is (85,117,84). Sum of RGB (Red+Green+Blue) = 85+117+84=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #557554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557554 is #AA8AAB. Grayscale: #676767. Windows color (decimal): -11176620 or 5535061. OLE color: 5535061.

HSL color Cylindrical-coordinate representation of color #557554: hue angle of 118.18º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557554 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 84 -
CMYK 0.27 0 0.28 0.54
HSL 118.18º 0.16% 0.39% -
HSV(B) 118.18º 0.28% 0.46% -
XYZ 11.71 15.29 10.72 -
YUV 103.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 85 117 84 0.27 0 0.28 0.54 118.18 0.16 0.39
Hex 55 75 54 1B 0 1C 36 76 10 27
Octal 125 165 124 33 0 34 66 166 20 47
Binary 1010101 1110101 1010100 11011 0 11100 110110 1110110 10000 100111

Color Harmonies of #557554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557554

Black with #557554

Text Example


Text Example

White with #557554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557554; }

 p { color: rgb(85,117,84); }

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

background-color css

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

 a { background-color: rgb(85,117,84); }

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

border-color css

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

 span { border-color: rgb(85,117,84); }

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